@aws-sdk/client-ec2 3.1105.0 → 3.1107.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 +105 -0
- package/dist-cjs/index.js +738 -28
- package/dist-es/EC2.js +30 -0
- package/dist-es/commands/BatchModifyIpamRoutingPolicyRegistrationsCommand.js +4 -0
- package/dist-es/commands/CreateIpamInternetRegistryAssociationCommand.js +4 -0
- package/dist-es/commands/CreateIpamRoutingPolicyRegistrationCommand.js +4 -0
- package/dist-es/commands/DeleteIpamInternetRegistryAssociationCommand.js +4 -0
- package/dist-es/commands/DeleteIpamRoutingPolicyRegistrationCommand.js +4 -0
- package/dist-es/commands/DescribeIpamInternetRegistryAssociationsCommand.js +4 -0
- package/dist-es/commands/EnableIpamInternetRegistryAssociationCommand.js +4 -0
- package/dist-es/commands/GetIpamDiscoveredRoutesCommand.js +4 -0
- package/dist-es/commands/GetIpamInternetRegistryAssociationAsnsCommand.js +4 -0
- package/dist-es/commands/GetIpamInternetRegistryAssociationCidrsCommand.js +4 -0
- package/dist-es/commands/GetIpamRouteOriginAuthorizationsCommand.js +4 -0
- package/dist-es/commands/GetIpamRouteProtectionFindingsCommand.js +4 -0
- package/dist-es/commands/GetIpamRoutingPolicyRegistrationDeltasCommand.js +4 -0
- package/dist-es/commands/GetIpamRoutingPolicyRegistrationsCommand.js +4 -0
- package/dist-es/commands/ModifyIpamRoutingPolicyRegistrationCommand.js +4 -0
- package/dist-es/commands/index.js +15 -0
- package/dist-es/index.js +1 -1
- package/dist-es/models/enums.js +62 -0
- package/dist-es/schemas/schemas_0.js +536 -27
- package/dist-types/EC2.d.ts +106 -0
- package/dist-types/EC2Client.d.ts +17 -2
- package/dist-types/commands/AcceptAddressTransferCommand.d.ts +1 -1
- package/dist-types/commands/AdvertiseByoipCidrCommand.d.ts +2 -0
- package/dist-types/commands/AllocateAddressCommand.d.ts +1 -1
- package/dist-types/commands/AllocateHostsCommand.d.ts +1 -1
- package/dist-types/commands/AllocateIpamPoolCidrCommand.d.ts +1 -1
- package/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +1 -1
- package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +1 -1
- package/dist-types/commands/BatchModifyIpamRoutingPolicyRegistrationsCommand.d.ts +80 -0
- package/dist-types/commands/CopyImageCommand.d.ts +1 -1
- package/dist-types/commands/CopySnapshotCommand.d.ts +1 -1
- package/dist-types/commands/CopyVolumesCommand.d.ts +1 -1
- package/dist-types/commands/CreateApplicationStatusCheckCommand.d.ts +5 -5
- package/dist-types/commands/CreateCapacityManagerDataExportCommand.d.ts +1 -1
- package/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +1 -1
- package/dist-types/commands/CreateCapacityReservationCancellationQuoteCommand.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 +2 -3
- package/dist-types/commands/CreateCoipPoolCommand.d.ts +1 -1
- package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateDelegateMacVolumeOwnershipTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +1 -1
- package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateFleetCommand.d.ts +1 -1
- package/dist-types/commands/CreateFlowLogsCommand.d.ts +1 -1
- package/dist-types/commands/CreateFpgaImageCommand.d.ts +1 -1
- package/dist-types/commands/CreateImageCommand.d.ts +1 -1
- package/dist-types/commands/CreateImageUsageReportCommand.d.ts +1 -1
- package/dist-types/commands/CreateInstanceConnectEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +1 -1
- package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateInternetGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateInterruptibleCapacityReservationAllocationCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamInternetRegistryAssociationCommand.d.ts +104 -0
- package/dist-types/commands/CreateIpamPolicyCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamPoolCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamPrefixListResolverCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamPrefixListResolverTargetCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamRoutingPolicyRegistrationCommand.d.ts +86 -0
- 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/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayVirtualInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateMacSystemIntegrityProtectionModificationTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +1 -1
- package/dist-types/commands/CreateNatGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkAclCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkInterfacePermissionCommand.d.ts +2 -1
- package/dist-types/commands/CreatePlacementGroupCommand.d.ts +2 -2
- package/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +2 -2
- package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +2 -3
- package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteServerCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteServerEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteServerPeerCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateSecondaryNetworkCommand.d.ts +1 -1
- package/dist-types/commands/CreateSecondarySubnetCommand.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/CreateTransitGatewayMeteringPolicyCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +1 -1
- package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +1 -1
- package/dist-types/commands/CreateVolumeCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcEncryptionControlCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpnConcentratorCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpnConnectionCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIpamInternetRegistryAssociationCommand.d.ts +89 -0
- package/dist-types/commands/DeleteIpamRoutingPolicyRegistrationCommand.d.ts +80 -0
- package/dist-types/commands/DeleteLocalGatewayVirtualInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLocalGatewayVirtualInterfaceGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteManagedPrefixListCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNatGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNetworkAclCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNetworkAclEntryCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNetworkInsightsAccessScopeCommand.d.ts +1 -1
- package/dist-types/commands/DeprovisionByoipCidrCommand.d.ts +2 -0
- package/dist-types/commands/DescribeApplicationStatusCheckAssociationsCommand.d.ts +31 -0
- package/dist-types/commands/DescribeApplicationStatusChecksCommand.d.ts +9 -9
- package/dist-types/commands/DescribeApplicationStatusCommand.d.ts +86 -0
- package/dist-types/commands/DescribeByoipCidrsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeFlowLogsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeFpgaImageAttributeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFpgaImagesCommand.d.ts +1 -2
- package/dist-types/commands/DescribeIpamInternetRegistryAssociationsCommand.d.ts +104 -0
- package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeScheduledInstancesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeSecondaryInterfacesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSecondaryNetworksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSecondarySubnetsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSecurityGroupReferencesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSecurityGroupRulesCommand.d.ts +1 -2
- package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
- package/dist-types/commands/EnableFastLaunchCommand.d.ts +2 -1
- package/dist-types/commands/EnableFastSnapshotRestoresCommand.d.ts +1 -1
- package/dist-types/commands/EnableImageBlockPublicAccessCommand.d.ts +1 -1
- package/dist-types/commands/EnableImageCommand.d.ts +1 -1
- package/dist-types/commands/EnableImageDeprecationCommand.d.ts +1 -1
- package/dist-types/commands/EnableImageDeregistrationProtectionCommand.d.ts +1 -2
- package/dist-types/commands/EnableIpamInternetRegistryAssociationCommand.d.ts +95 -0
- package/dist-types/commands/ExportImageCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamDiscoveredRoutesCommand.d.ts +98 -0
- package/dist-types/commands/GetIpamInternetRegistryAssociationAsnsCommand.d.ts +88 -0
- package/dist-types/commands/GetIpamInternetRegistryAssociationCidrsCommand.d.ts +88 -0
- package/dist-types/commands/GetIpamRouteOriginAuthorizationsCommand.d.ts +82 -0
- package/dist-types/commands/GetIpamRouteProtectionFindingsCommand.d.ts +116 -0
- package/dist-types/commands/GetIpamRoutingPolicyRegistrationDeltasCommand.d.ts +86 -0
- package/dist-types/commands/GetIpamRoutingPolicyRegistrationsCommand.d.ts +88 -0
- package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
- package/dist-types/commands/ImportImageCommand.d.ts +1 -1
- package/dist-types/commands/ImportKeyPairCommand.d.ts +1 -1
- package/dist-types/commands/ImportSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/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/ListVolumesInRecycleBinCommand.d.ts +1 -1
- package/dist-types/commands/LockSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/ModifyAccountVpcEncryptionControlCommand.d.ts +1 -1
- package/dist-types/commands/ModifyAddressAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyApplicationStatusCheckCommand.d.ts +4 -4
- 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/ModifyIpamRoutingPolicyRegistrationCommand.d.ts +86 -0
- package/dist-types/commands/MoveByoipCidrToIpamCommand.d.ts +2 -0
- package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +3 -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/ResetEbsDefaultKmsKeyIdCommand.d.ts +2 -1
- package/dist-types/commands/ResetFpgaImageAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ResetImageAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ResetInstanceAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ResetNetworkInterfaceAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ResetSnapshotAttributeCommand.d.ts +1 -1
- package/dist-types/commands/RestoreAddressToClassicCommand.d.ts +1 -1
- package/dist-types/commands/RestoreImageFromRecycleBinCommand.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/RestoreVolumeFromRecycleBinCommand.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/StartDeclarativePoliciesReportCommand.d.ts +1 -1
- package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/WithdrawByoipCidrCommand.d.ts +2 -0
- package/dist-types/commands/index.d.ts +15 -0
- package/dist-types/index.d.ts +1 -1
- package/dist-types/models/enums.d.ts +134 -0
- package/dist-types/models/models_0.d.ts +77 -205
- package/dist-types/models/models_1.d.ts +413 -313
- package/dist-types/models/models_2.d.ts +379 -182
- package/dist-types/models/models_3.d.ts +181 -461
- package/dist-types/models/models_4.d.ts +8068 -8110
- package/dist-types/models/models_5.d.ts +1715 -1517
- package/dist-types/models/models_6.d.ts +4486 -4598
- package/dist-types/models/models_7.d.ts +4650 -4786
- package/dist-types/models/models_8.d.ts +1456 -4
- package/dist-types/schemas/schemas_0.d.ts +55 -0
- package/dist-types/ts3.4/EC2.d.ts +256 -0
- package/dist-types/ts3.4/EC2Client.d.ts +90 -0
- package/dist-types/ts3.4/commands/BatchModifyIpamRoutingPolicyRegistrationsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/CreateClientVpnEndpointCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/CreateIpamInternetRegistryAssociationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/CreateIpamRoutingPolicyRegistrationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/CreateNetworkInterfacePermissionCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreatePlacementGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreatePublicIpv4PoolCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateReplaceRootVolumeTaskCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DeleteIpamInternetRegistryAssociationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DeleteIpamRoutingPolicyRegistrationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DeleteLocalGatewayVirtualInterfaceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteLocalGatewayVirtualInterfaceGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteManagedPrefixListCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNatGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNetworkAclCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNetworkAclEntryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNetworkInsightsAccessScopeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFlowLogsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeFpgaImageAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFpgaImagesCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/DescribeIpamInternetRegistryAssociationsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeScheduledInstancesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeSecondaryInterfacesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSecondaryNetworksCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSecondarySubnetsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSecurityGroupReferencesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSecurityGroupRulesCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/EnableFastLaunchCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/EnableFastSnapshotRestoresCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableImageBlockPublicAccessCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableImageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableImageDeprecationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableImageDeregistrationProtectionCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/EnableIpamInternetRegistryAssociationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetIpamDiscoveredRoutesCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/GetIpamInternetRegistryAssociationAsnsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetIpamInternetRegistryAssociationCidrsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetIpamRouteOriginAuthorizationsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetIpamRouteProtectionFindingsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetIpamRoutingPolicyRegistrationDeltasCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetIpamRoutingPolicyRegistrationsCommand.d.ts +42 -0
- 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/ListVolumesInRecycleBinCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/LockSnapshotCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyAccountVpcEncryptionControlCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyAddressAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyApplicationStatusCheckCommand.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/ModifyIpamRoutingPolicyRegistrationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ResetEbsDefaultKmsKeyIdCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ResetFpgaImageAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ResetImageAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ResetInstanceAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ResetNetworkInterfaceAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ResetSnapshotAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RestoreAddressToClassicCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RestoreImageFromRecycleBinCommand.d.ts +1 -1
- 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/RestoreVolumeFromRecycleBinCommand.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/index.d.ts +15 -0
- package/dist-types/ts3.4/index.d.ts +1 -1
- package/dist-types/ts3.4/models/enums.d.ts +75 -0
- package/dist-types/ts3.4/models/models_0.d.ts +19 -39
- package/dist-types/ts3.4/models/models_1.d.ts +85 -60
- package/dist-types/ts3.4/models/models_2.d.ts +82 -48
- package/dist-types/ts3.4/models/models_3.d.ts +48 -93
- package/dist-types/ts3.4/models/models_4.d.ts +107 -94
- package/dist-types/ts3.4/models/models_5.d.ts +99 -78
- package/dist-types/ts3.4/models/models_6.d.ts +248 -272
- package/dist-types/ts3.4/models/models_7.d.ts +288 -272
- package/dist-types/ts3.4/models/models_8.d.ts +303 -3
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +55 -0
- package/package.json +1 -1
|
@@ -1,6 +1,317 @@
|
|
|
1
|
-
import type { ApplianceModeSupportValue, AutoAcceptSharedAssociationsValue, AutoAcceptSharedAttachmentsValue, BgpStatus, ConnectionNotificationState, ConnectionNotificationType, CopyTagsFromSource, CurrencyCodeValues, DatafeedSubscriptionState, DefaultRouteTableAssociationValue, DefaultRouteTablePropagationValue, DeleteFleetErrorCode, DeviceTrustProviderType, DnsNameState, DnsRecordIpType, DnsSupportValue, DynamicRoutingValue, EncryptionStateValue, FleetStateCode, GatewayAssociationState, GatewayType, Igmpv2SupportValue, InstanceEventWindowState, InternetGatewayExclusionMode, IpAddressType, Ipv6SupportValue, LaunchTemplateErrorCode, MulticastSupportValue, PayerResponsibility, PayerResponsibilityScope, PayerResponsibilityType, ProtocolValue, ReplaceRootVolumeTaskState, RouteOrigin, RouteServerBfdState, RouteServerBgpState, RouteServerEndpointState, RouteServerPeerLivenessMode, RouteServerPeerState, RouteServerPersistRoutesAction, RouteServerPersistRoutesState, RouteServerState, RouteState, SecondaryNetworkCidrBlockAssociationState, SecondaryNetworkState, SecondaryNetworkType, SecondarySubnetCidrBlockAssociationState, SecondarySubnetState, SecurityGroupReferencingSupportValue, ServiceConnectivityType, ServiceState, ServiceType, SnapshotLocationEnum, SnapshotState, SSEType, State, StaticSourcesSupportValue, StorageTier, SubnetCidrReservationType, TelemetryStatus, Tenancy, TrafficDirection, TrafficMirrorNetworkService, TrafficMirrorRuleAction, TrafficMirrorTargetType, TransferType, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayConnectPeerState, TransitGatewayMeteringPayerType, TransitGatewayMeteringPolicyEntryState, TransitGatewayMeteringPolicyState, TransitGatewayMulticastDomainState, TransitGatewayPolicyTableEntryState, TransitGatewayPolicyTableState, TransitGatewayPrefixListReferenceState, TransitGatewayRouteState, TransitGatewayRouteTableAnnouncementDirection, TransitGatewayRouteTableAnnouncementState, TransitGatewayRouteTableState, TransitGatewayRouteType, TransitGatewayState, TrustProviderType, TunnelInsideIpVersion, UserTrustProviderType, VerifiedAccessEndpointAttachmentType, VerifiedAccessEndpointProtocol, VerifiedAccessEndpointStatusCode, VerifiedAccessEndpointType, VolumeType, VpcBlockPublicAccessExclusionState, VpcEncryptionControlExclusionStateInput, VpcEncryptionControlMode, VpcEndpointType, VpnConcentratorType, VpnEcmpSupportValue, VpnState, VpnStaticRouteSource, VpnTunnelBandwidth } from "./enums";
|
|
2
|
-
import type { ApplicationStatusCheckResponseObject, CarrierGateway, ReservedInstancesListing, RouteTableAssociationState, Tag, TagSpecification, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, UnsuccessfulItem, VerifiedAccessInstance, VerifiedAccessSseSpecificationResponse, VerifiedAccessTrustProvider, VpcAttachment, VpcPeeringConnection } from "./models_0";
|
|
3
|
-
import type { ClientVpnEndpointStatus, ClientVpnRouteStatus, CoipCidr, CoipPool, Ec2InstanceConnectEndpoint, Ipam, IpamExternalResourceVerificationToken, IpamPolicy, IpamPool, IpamPrefixListResolver, IpamPrefixListResolverTarget, IpamResourceDiscovery, IpamScope, LaunchTemplate, LocalGatewayRoute, LocalGatewayRouteTable, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation,
|
|
1
|
+
import type { ApplianceModeSupportValue, AutoAcceptSharedAssociationsValue, AutoAcceptSharedAttachmentsValue, BgpStatus, ConnectionNotificationState, ConnectionNotificationType, CopyTagsFromSource, CurrencyCodeValues, DatafeedSubscriptionState, DefaultRouteTableAssociationValue, DefaultRouteTablePropagationValue, DeleteFleetErrorCode, DeviceTrustProviderType, DnsNameState, DnsRecordIpType, DnsSupportValue, DynamicRoutingValue, EncryptionStateValue, FleetStateCode, GatewayAssociationState, GatewayType, Igmpv2SupportValue, InstanceEventWindowState, InterfacePermissionType, InternetGatewayExclusionMode, IpAddressType, Ipv6SupportValue, LaunchTemplateErrorCode, MulticastSupportValue, PayerResponsibility, PayerResponsibilityScope, PayerResponsibilityType, PlacementGroupState, PlacementStrategy, ProtocolValue, ReplaceRootVolumeTaskState, RouteOrigin, RouteServerBfdState, RouteServerBgpState, RouteServerEndpointState, RouteServerPeerLivenessMode, RouteServerPeerState, RouteServerPersistRoutesAction, RouteServerPersistRoutesState, RouteServerState, RouteState, SecondaryNetworkCidrBlockAssociationState, SecondaryNetworkState, SecondaryNetworkType, SecondarySubnetCidrBlockAssociationState, SecondarySubnetState, SecurityGroupReferencingSupportValue, ServiceConnectivityType, ServiceState, ServiceType, SnapshotLocationEnum, SnapshotState, SpreadLevel, SSEType, State, StaticSourcesSupportValue, StorageTier, SubnetCidrReservationType, TelemetryStatus, Tenancy, TrafficDirection, TrafficMirrorNetworkService, TrafficMirrorRuleAction, TrafficMirrorTargetType, TransferType, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayConnectPeerState, TransitGatewayMeteringPayerType, TransitGatewayMeteringPolicyEntryState, TransitGatewayMeteringPolicyState, TransitGatewayMulticastDomainState, TransitGatewayPolicyTableEntryState, TransitGatewayPolicyTableState, TransitGatewayPrefixListReferenceState, TransitGatewayRouteState, TransitGatewayRouteTableAnnouncementDirection, TransitGatewayRouteTableAnnouncementState, TransitGatewayRouteTableState, TransitGatewayRouteType, TransitGatewayState, TrustProviderType, TunnelInsideIpVersion, UserTrustProviderType, VerifiedAccessEndpointAttachmentType, VerifiedAccessEndpointProtocol, VerifiedAccessEndpointStatusCode, VerifiedAccessEndpointType, VolumeType, VpcBlockPublicAccessExclusionState, VpcEncryptionControlExclusionStateInput, VpcEncryptionControlMode, VpcEndpointType, VpnConcentratorType, VpnEcmpSupportValue, VpnState, VpnStaticRouteSource, VpnTunnelBandwidth } from "./enums";
|
|
2
|
+
import type { ApplicationStatusCheckResponseObject, CarrierGateway, IpamRoutingPolicyRegistrationDelta, OperatorResponse, ReservedInstancesListing, RouteTableAssociationState, Tag, TagSpecification, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, UnsuccessfulItem, VerifiedAccessInstance, VerifiedAccessSseSpecificationResponse, VerifiedAccessTrustProvider, VpcAttachment, VpcPeeringConnection } from "./models_0";
|
|
3
|
+
import type { ClientVpnEndpointStatus, ClientVpnRouteStatus, CoipCidr, CoipPool, Ec2InstanceConnectEndpoint, Ipam, IpamExternalResourceVerificationToken, IpamInternetRegistryAssociation, IpamPolicy, IpamPool, IpamPrefixListResolver, IpamPrefixListResolverTarget, IpamResourceDiscovery, IpamScope, LaunchTemplate, LocalGatewayRoute, LocalGatewayRouteTable, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation, NetworkInterfacePermissionState, OperatorRequest, Subnet, Vpc, VpcEncryptionControl } from "./models_1";
|
|
4
|
+
/**
|
|
5
|
+
* <p>Describes a permission for a network interface.</p>
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export interface NetworkInterfacePermission {
|
|
9
|
+
/**
|
|
10
|
+
* <p>The ID of the network interface permission.</p>
|
|
11
|
+
* @public
|
|
12
|
+
*/
|
|
13
|
+
NetworkInterfacePermissionId?: string | undefined;
|
|
14
|
+
/**
|
|
15
|
+
* <p>The ID of the network interface.</p>
|
|
16
|
+
* @public
|
|
17
|
+
*/
|
|
18
|
+
NetworkInterfaceId?: string | undefined;
|
|
19
|
+
/**
|
|
20
|
+
* <p>The Amazon Web Services account ID.</p>
|
|
21
|
+
* @public
|
|
22
|
+
*/
|
|
23
|
+
AwsAccountId?: string | undefined;
|
|
24
|
+
/**
|
|
25
|
+
* <p>The Amazon Web Services service.</p>
|
|
26
|
+
* @public
|
|
27
|
+
*/
|
|
28
|
+
AwsService?: string | undefined;
|
|
29
|
+
/**
|
|
30
|
+
* <p>The type of permission.</p>
|
|
31
|
+
* @public
|
|
32
|
+
*/
|
|
33
|
+
Permission?: InterfacePermissionType | undefined;
|
|
34
|
+
/**
|
|
35
|
+
* <p>Information about the state of the permission.</p>
|
|
36
|
+
* @public
|
|
37
|
+
*/
|
|
38
|
+
PermissionState?: NetworkInterfacePermissionState | undefined;
|
|
39
|
+
}
|
|
40
|
+
/**
|
|
41
|
+
* <p>Contains the output of CreateNetworkInterfacePermission.</p>
|
|
42
|
+
* @public
|
|
43
|
+
*/
|
|
44
|
+
export interface CreateNetworkInterfacePermissionResult {
|
|
45
|
+
/**
|
|
46
|
+
* <p>Information about the permission for the network interface.</p>
|
|
47
|
+
* @public
|
|
48
|
+
*/
|
|
49
|
+
InterfacePermission?: NetworkInterfacePermission | undefined;
|
|
50
|
+
}
|
|
51
|
+
/**
|
|
52
|
+
* @public
|
|
53
|
+
*/
|
|
54
|
+
export interface CreatePlacementGroupRequest {
|
|
55
|
+
/**
|
|
56
|
+
* <p>The number of partitions. Valid only when <b>Strategy</b> is
|
|
57
|
+
* set to <code>partition</code>.</p>
|
|
58
|
+
* @public
|
|
59
|
+
*/
|
|
60
|
+
PartitionCount?: number | undefined;
|
|
61
|
+
/**
|
|
62
|
+
* <p>The tags to apply to the new placement group.</p>
|
|
63
|
+
* @public
|
|
64
|
+
*/
|
|
65
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
66
|
+
/**
|
|
67
|
+
* <p>Determines how placement groups spread instances. </p>
|
|
68
|
+
* <ul>
|
|
69
|
+
* <li>
|
|
70
|
+
* <p>Host – You can use <code>host</code> only with Outpost placement
|
|
71
|
+
* groups.</p>
|
|
72
|
+
* </li>
|
|
73
|
+
* <li>
|
|
74
|
+
* <p>Rack – No usage restrictions.</p>
|
|
75
|
+
* </li>
|
|
76
|
+
* </ul>
|
|
77
|
+
* @public
|
|
78
|
+
*/
|
|
79
|
+
SpreadLevel?: SpreadLevel | undefined;
|
|
80
|
+
/**
|
|
81
|
+
* <p>Reserved for future use.</p>
|
|
82
|
+
* @public
|
|
83
|
+
*/
|
|
84
|
+
LinkedGroupId?: string | undefined;
|
|
85
|
+
/**
|
|
86
|
+
* <p>Reserved for internal use.</p>
|
|
87
|
+
* @public
|
|
88
|
+
*/
|
|
89
|
+
Operator?: OperatorRequest | undefined;
|
|
90
|
+
/**
|
|
91
|
+
* <p>The ID of a parent placement group. Valid only when <b>Strategy</b>
|
|
92
|
+
* is set to <code>cluster</code>.</p>
|
|
93
|
+
* @public
|
|
94
|
+
*/
|
|
95
|
+
ParentGroupId?: string | undefined;
|
|
96
|
+
/**
|
|
97
|
+
* <p>Checks whether you have the required permissions for the operation, without actually making the
|
|
98
|
+
* request, and provides an error response. If you have the required permissions, the error response is
|
|
99
|
+
* <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
100
|
+
* @public
|
|
101
|
+
*/
|
|
102
|
+
DryRun?: boolean | undefined;
|
|
103
|
+
/**
|
|
104
|
+
* <p>A name for the placement group. Must be unique within the scope of your account for
|
|
105
|
+
* the Region.</p>
|
|
106
|
+
* <p>Constraints: Up to 255 ASCII characters</p>
|
|
107
|
+
* @public
|
|
108
|
+
*/
|
|
109
|
+
GroupName?: string | undefined;
|
|
110
|
+
/**
|
|
111
|
+
* <p>The placement strategy.</p>
|
|
112
|
+
* @public
|
|
113
|
+
*/
|
|
114
|
+
Strategy?: PlacementStrategy | undefined;
|
|
115
|
+
}
|
|
116
|
+
/**
|
|
117
|
+
* <p>Describes a placement group.</p>
|
|
118
|
+
* @public
|
|
119
|
+
*/
|
|
120
|
+
export interface PlacementGroup {
|
|
121
|
+
/**
|
|
122
|
+
* <p>The name of the placement group.</p>
|
|
123
|
+
* @public
|
|
124
|
+
*/
|
|
125
|
+
GroupName?: string | undefined;
|
|
126
|
+
/**
|
|
127
|
+
* <p>The state of the placement group.</p>
|
|
128
|
+
* @public
|
|
129
|
+
*/
|
|
130
|
+
State?: PlacementGroupState | undefined;
|
|
131
|
+
/**
|
|
132
|
+
* <p>The placement strategy.</p>
|
|
133
|
+
* @public
|
|
134
|
+
*/
|
|
135
|
+
Strategy?: PlacementStrategy | undefined;
|
|
136
|
+
/**
|
|
137
|
+
* <p>The number of partitions. Valid only if <b>strategy</b> is
|
|
138
|
+
* set to <code>partition</code>.</p>
|
|
139
|
+
* @public
|
|
140
|
+
*/
|
|
141
|
+
PartitionCount?: number | undefined;
|
|
142
|
+
/**
|
|
143
|
+
* <p>The ID of the placement group.</p>
|
|
144
|
+
* @public
|
|
145
|
+
*/
|
|
146
|
+
GroupId?: string | undefined;
|
|
147
|
+
/**
|
|
148
|
+
* <p>Any tags applied to the placement group.</p>
|
|
149
|
+
* @public
|
|
150
|
+
*/
|
|
151
|
+
Tags?: Tag[] | undefined;
|
|
152
|
+
/**
|
|
153
|
+
* <p>The Amazon Resource Name (ARN) of the placement group.</p>
|
|
154
|
+
* @public
|
|
155
|
+
*/
|
|
156
|
+
GroupArn?: string | undefined;
|
|
157
|
+
/**
|
|
158
|
+
* <p>The spread level for the placement group. <i>Only</i> Outpost placement
|
|
159
|
+
* groups can be spread across hosts.</p>
|
|
160
|
+
* @public
|
|
161
|
+
*/
|
|
162
|
+
SpreadLevel?: SpreadLevel | undefined;
|
|
163
|
+
/**
|
|
164
|
+
* <p>Reserved for future use.</p>
|
|
165
|
+
* @public
|
|
166
|
+
*/
|
|
167
|
+
LinkedGroupId?: string | undefined;
|
|
168
|
+
/**
|
|
169
|
+
* <p>The service provider that manages the Placement Group.</p>
|
|
170
|
+
* @public
|
|
171
|
+
*/
|
|
172
|
+
Operator?: OperatorResponse | undefined;
|
|
173
|
+
/**
|
|
174
|
+
* <p>The ID of the parent placement group.</p>
|
|
175
|
+
* @public
|
|
176
|
+
*/
|
|
177
|
+
ParentGroupId?: string | undefined;
|
|
178
|
+
}
|
|
179
|
+
/**
|
|
180
|
+
* @public
|
|
181
|
+
*/
|
|
182
|
+
export interface CreatePlacementGroupResult {
|
|
183
|
+
/**
|
|
184
|
+
* <p>Information about the placement group.</p>
|
|
185
|
+
* @public
|
|
186
|
+
*/
|
|
187
|
+
PlacementGroup?: PlacementGroup | undefined;
|
|
188
|
+
}
|
|
189
|
+
/**
|
|
190
|
+
* @public
|
|
191
|
+
*/
|
|
192
|
+
export interface CreatePublicIpv4PoolRequest {
|
|
193
|
+
/**
|
|
194
|
+
* <p>A check for whether you have the required permissions for the action without actually making the request
|
|
195
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
196
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
197
|
+
* @public
|
|
198
|
+
*/
|
|
199
|
+
DryRun?: boolean | undefined;
|
|
200
|
+
/**
|
|
201
|
+
* <p>The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value.
|
|
202
|
+
* For example, to find all resources that have a tag with the key <code>Owner</code> and the value <code>TeamA</code>, specify <code>tag:Owner</code> for the filter name and <code>TeamA</code> for the filter value.</p>
|
|
203
|
+
* @public
|
|
204
|
+
*/
|
|
205
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
206
|
+
/**
|
|
207
|
+
* <p>The Availability Zone (AZ) or Local Zone (LZ) network border group that the resource that the IP address is assigned to is in. Defaults to an AZ network border group. For more information on available Local Zones, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-byoip.html#byoip-zone-avail">Local Zone availability</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
208
|
+
* @public
|
|
209
|
+
*/
|
|
210
|
+
NetworkBorderGroup?: string | undefined;
|
|
211
|
+
}
|
|
212
|
+
/**
|
|
213
|
+
* @public
|
|
214
|
+
*/
|
|
215
|
+
export interface CreatePublicIpv4PoolResult {
|
|
216
|
+
/**
|
|
217
|
+
* <p>The ID of the public IPv4 pool.</p>
|
|
218
|
+
* @public
|
|
219
|
+
*/
|
|
220
|
+
PoolId?: string | undefined;
|
|
221
|
+
}
|
|
222
|
+
/**
|
|
223
|
+
* @public
|
|
224
|
+
*/
|
|
225
|
+
export interface CreateReplaceRootVolumeTaskRequest {
|
|
226
|
+
/**
|
|
227
|
+
* <p>The ID of the instance for which to replace the root volume.</p>
|
|
228
|
+
* @public
|
|
229
|
+
*/
|
|
230
|
+
InstanceId: string | undefined;
|
|
231
|
+
/**
|
|
232
|
+
* <p>The ID of the snapshot from which to restore the replacement root volume. The
|
|
233
|
+
* specified snapshot must be a snapshot that you previously created from the original
|
|
234
|
+
* root volume.</p>
|
|
235
|
+
* <p>If you want to restore the replacement root volume to the initial launch state,
|
|
236
|
+
* if you want to restore the replacement root volume from an AMI, or if you want to
|
|
237
|
+
* replace the root volume with a specified volume, omit this parameter.</p>
|
|
238
|
+
* @public
|
|
239
|
+
*/
|
|
240
|
+
SnapshotId?: string | undefined;
|
|
241
|
+
/**
|
|
242
|
+
* <p>Unique, case-sensitive identifier you provide to ensure the idempotency of the request.
|
|
243
|
+
* If you do not specify a client token, a randomly generated token is used for the request
|
|
244
|
+
* to ensure idempotency. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency</a>.</p>
|
|
245
|
+
* @public
|
|
246
|
+
*/
|
|
247
|
+
ClientToken?: string | undefined;
|
|
248
|
+
/**
|
|
249
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
250
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
251
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
252
|
+
* @public
|
|
253
|
+
*/
|
|
254
|
+
DryRun?: boolean | undefined;
|
|
255
|
+
/**
|
|
256
|
+
* <p>The tags to apply to the root volume replacement task.</p>
|
|
257
|
+
* @public
|
|
258
|
+
*/
|
|
259
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
260
|
+
/**
|
|
261
|
+
* <p>The ID of the AMI to use to restore the root volume. The specified AMI must have the
|
|
262
|
+
* same product code, billing information, architecture type, and virtualization type as
|
|
263
|
+
* that of the instance.</p>
|
|
264
|
+
* <p>If you want to restore the replacement volume from a specific snapshot, if you want
|
|
265
|
+
* to restore it to its launch state, or if you want to replace the root volume with a
|
|
266
|
+
* specified volume, omit this parameter.</p>
|
|
267
|
+
* @public
|
|
268
|
+
*/
|
|
269
|
+
ImageId?: string | undefined;
|
|
270
|
+
/**
|
|
271
|
+
* <p>Indicates whether to automatically delete the original root volume after the root volume
|
|
272
|
+
* replacement task completes. To delete the original root volume, specify <code>true</code>.
|
|
273
|
+
* If you choose to keep the original root volume after the replacement task completes, you must
|
|
274
|
+
* manually delete it when you no longer need it.</p>
|
|
275
|
+
* @public
|
|
276
|
+
*/
|
|
277
|
+
DeleteReplacedRootVolume?: boolean | undefined;
|
|
278
|
+
/**
|
|
279
|
+
* <p>Specifies the Amazon EBS Provisioned Rate for Volume Initialization (volume initialization rate), in MiB/s, at which to download
|
|
280
|
+
* the snapshot blocks from Amazon S3 to the replacement root volume. This is also known as
|
|
281
|
+
* <i>volume initialization</i>. Specifying a volume initialization rate ensures that
|
|
282
|
+
* the volume is initialized at a predictable and consistent rate after creation.</p>
|
|
283
|
+
* <p>Omit this parameter if:</p>
|
|
284
|
+
* <ul>
|
|
285
|
+
* <li>
|
|
286
|
+
* <p>You want to create the volume using fast snapshot restore. You must specify a snapshot
|
|
287
|
+
* that is enabled for fast snapshot restore. In this case, the volume is fully initialized at
|
|
288
|
+
* creation.</p>
|
|
289
|
+
* <note>
|
|
290
|
+
* <p>If you specify a snapshot that is enabled for fast snapshot restore and a volume initialization rate,
|
|
291
|
+
* the volume will be initialized at the specified rate instead of fast snapshot restore.</p>
|
|
292
|
+
* </note>
|
|
293
|
+
* </li>
|
|
294
|
+
* <li>
|
|
295
|
+
* <p>You want to create a volume that is initialized at the default rate.</p>
|
|
296
|
+
* </li>
|
|
297
|
+
* </ul>
|
|
298
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/initalize-volume.html">
|
|
299
|
+
* Initialize Amazon EBS volumes</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
300
|
+
* <p>Valid range: 100 - 300 MiB/s</p>
|
|
301
|
+
* @public
|
|
302
|
+
*/
|
|
303
|
+
VolumeInitializationRate?: number | undefined;
|
|
304
|
+
/**
|
|
305
|
+
* <p>The ID of the volume to use as the replacement root volume. The specified volume must
|
|
306
|
+
* be in the same Availability Zone as the instance, must be in the <code>available</code>
|
|
307
|
+
* state, and must not be attached to an instance. If the original root volume is encrypted,
|
|
308
|
+
* the specified volume must also be encrypted.</p>
|
|
309
|
+
* <p>If you want to restore the replacement root volume from a specific snapshot, an AMI,
|
|
310
|
+
* or to its launch state, omit this parameter.</p>
|
|
311
|
+
* @public
|
|
312
|
+
*/
|
|
313
|
+
VolumeId?: string | undefined;
|
|
314
|
+
}
|
|
4
315
|
/**
|
|
5
316
|
* <p>Information about a root volume replacement task.</p>
|
|
6
317
|
* @public
|
|
@@ -8259,6 +8570,31 @@ export interface DeleteIpamExternalResourceVerificationTokenResult {
|
|
|
8259
8570
|
*/
|
|
8260
8571
|
IpamExternalResourceVerificationToken?: IpamExternalResourceVerificationToken | undefined;
|
|
8261
8572
|
}
|
|
8573
|
+
/**
|
|
8574
|
+
* @public
|
|
8575
|
+
*/
|
|
8576
|
+
export interface DeleteIpamInternetRegistryAssociationRequest {
|
|
8577
|
+
/**
|
|
8578
|
+
* <p>Checks whether you have the required permissions for the operation, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
8579
|
+
* @public
|
|
8580
|
+
*/
|
|
8581
|
+
DryRun?: boolean | undefined;
|
|
8582
|
+
/**
|
|
8583
|
+
* <p>The ID of the IPAM internet registry association to delete.</p>
|
|
8584
|
+
* @public
|
|
8585
|
+
*/
|
|
8586
|
+
IpamInternetRegistryAssociationId: string | undefined;
|
|
8587
|
+
}
|
|
8588
|
+
/**
|
|
8589
|
+
* @public
|
|
8590
|
+
*/
|
|
8591
|
+
export interface DeleteIpamInternetRegistryAssociationResult {
|
|
8592
|
+
/**
|
|
8593
|
+
* <p>Information about the deleted internet registry association.</p>
|
|
8594
|
+
* @public
|
|
8595
|
+
*/
|
|
8596
|
+
IpamInternetRegistryAssociation?: IpamInternetRegistryAssociation | undefined;
|
|
8597
|
+
}
|
|
8262
8598
|
/**
|
|
8263
8599
|
* @public
|
|
8264
8600
|
*/
|
|
@@ -8404,6 +8740,46 @@ export interface DeleteIpamResourceDiscoveryResult {
|
|
|
8404
8740
|
*/
|
|
8405
8741
|
IpamResourceDiscovery?: IpamResourceDiscovery | undefined;
|
|
8406
8742
|
}
|
|
8743
|
+
/**
|
|
8744
|
+
* @public
|
|
8745
|
+
*/
|
|
8746
|
+
export interface DeleteIpamRoutingPolicyRegistrationRequest {
|
|
8747
|
+
/**
|
|
8748
|
+
* <p>Checks whether you have the required permissions for the operation, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
8749
|
+
* @public
|
|
8750
|
+
*/
|
|
8751
|
+
DryRun?: boolean | undefined;
|
|
8752
|
+
/**
|
|
8753
|
+
* <p>The ID of the IPAM internet registry association.</p>
|
|
8754
|
+
* @public
|
|
8755
|
+
*/
|
|
8756
|
+
IpamInternetRegistryAssociationId: string | undefined;
|
|
8757
|
+
/**
|
|
8758
|
+
* <p>The IP address prefix in CIDR notation identifying the routing policy registration to delete.</p>
|
|
8759
|
+
* @public
|
|
8760
|
+
*/
|
|
8761
|
+
Cidr: string | undefined;
|
|
8762
|
+
/**
|
|
8763
|
+
* <p>Forces the deletion even if it conflicts with an announced route. Default: <code>false</code>.</p>
|
|
8764
|
+
* @public
|
|
8765
|
+
*/
|
|
8766
|
+
Force?: boolean | undefined;
|
|
8767
|
+
/**
|
|
8768
|
+
* <p>A unique, case-sensitive identifier to ensure that the operation completes no more than one time. If this token matches a previous request, the operation ignores the request, but does not return an error.</p>
|
|
8769
|
+
* @public
|
|
8770
|
+
*/
|
|
8771
|
+
ClientToken?: string | undefined;
|
|
8772
|
+
}
|
|
8773
|
+
/**
|
|
8774
|
+
* @public
|
|
8775
|
+
*/
|
|
8776
|
+
export interface DeleteIpamRoutingPolicyRegistrationResult {
|
|
8777
|
+
/**
|
|
8778
|
+
* <p>Information about the routing policy registration delta created by this deletion.</p>
|
|
8779
|
+
* @public
|
|
8780
|
+
*/
|
|
8781
|
+
IpamRoutingPolicyRegistrationDelta?: IpamRoutingPolicyRegistrationDelta | undefined;
|
|
8782
|
+
}
|
|
8407
8783
|
/**
|
|
8408
8784
|
* @public
|
|
8409
8785
|
*/
|
|
@@ -8742,182 +9118,3 @@ export interface DeleteLocalGatewayRouteTableVpcAssociationResult {
|
|
|
8742
9118
|
*/
|
|
8743
9119
|
LocalGatewayRouteTableVpcAssociation?: LocalGatewayRouteTableVpcAssociation | undefined;
|
|
8744
9120
|
}
|
|
8745
|
-
/**
|
|
8746
|
-
* @public
|
|
8747
|
-
*/
|
|
8748
|
-
export interface DeleteLocalGatewayVirtualInterfaceRequest {
|
|
8749
|
-
/**
|
|
8750
|
-
* <p>The ID of the local virtual interface to delete.</p>
|
|
8751
|
-
* @public
|
|
8752
|
-
*/
|
|
8753
|
-
LocalGatewayVirtualInterfaceId: string | undefined;
|
|
8754
|
-
/**
|
|
8755
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
8756
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
8757
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
8758
|
-
* @public
|
|
8759
|
-
*/
|
|
8760
|
-
DryRun?: boolean | undefined;
|
|
8761
|
-
}
|
|
8762
|
-
/**
|
|
8763
|
-
* @public
|
|
8764
|
-
*/
|
|
8765
|
-
export interface DeleteLocalGatewayVirtualInterfaceResult {
|
|
8766
|
-
/**
|
|
8767
|
-
* <p>Information about the deleted local gateway virtual interface.</p>
|
|
8768
|
-
* @public
|
|
8769
|
-
*/
|
|
8770
|
-
LocalGatewayVirtualInterface?: LocalGatewayVirtualInterface | undefined;
|
|
8771
|
-
}
|
|
8772
|
-
/**
|
|
8773
|
-
* @public
|
|
8774
|
-
*/
|
|
8775
|
-
export interface DeleteLocalGatewayVirtualInterfaceGroupRequest {
|
|
8776
|
-
/**
|
|
8777
|
-
* <p>The ID of the local gateway virtual interface group to delete.</p>
|
|
8778
|
-
* @public
|
|
8779
|
-
*/
|
|
8780
|
-
LocalGatewayVirtualInterfaceGroupId: string | undefined;
|
|
8781
|
-
/**
|
|
8782
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
8783
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
8784
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
8785
|
-
* @public
|
|
8786
|
-
*/
|
|
8787
|
-
DryRun?: boolean | undefined;
|
|
8788
|
-
}
|
|
8789
|
-
/**
|
|
8790
|
-
* @public
|
|
8791
|
-
*/
|
|
8792
|
-
export interface DeleteLocalGatewayVirtualInterfaceGroupResult {
|
|
8793
|
-
/**
|
|
8794
|
-
* <p>Information about the deleted local gateway virtual interface group.</p>
|
|
8795
|
-
* @public
|
|
8796
|
-
*/
|
|
8797
|
-
LocalGatewayVirtualInterfaceGroup?: LocalGatewayVirtualInterfaceGroup | undefined;
|
|
8798
|
-
}
|
|
8799
|
-
/**
|
|
8800
|
-
* @public
|
|
8801
|
-
*/
|
|
8802
|
-
export interface DeleteManagedPrefixListRequest {
|
|
8803
|
-
/**
|
|
8804
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
8805
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
8806
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
8807
|
-
* @public
|
|
8808
|
-
*/
|
|
8809
|
-
DryRun?: boolean | undefined;
|
|
8810
|
-
/**
|
|
8811
|
-
* <p>The ID of the prefix list.</p>
|
|
8812
|
-
* @public
|
|
8813
|
-
*/
|
|
8814
|
-
PrefixListId: string | undefined;
|
|
8815
|
-
}
|
|
8816
|
-
/**
|
|
8817
|
-
* @public
|
|
8818
|
-
*/
|
|
8819
|
-
export interface DeleteManagedPrefixListResult {
|
|
8820
|
-
/**
|
|
8821
|
-
* <p>Information about the prefix list.</p>
|
|
8822
|
-
* @public
|
|
8823
|
-
*/
|
|
8824
|
-
PrefixList?: ManagedPrefixList | undefined;
|
|
8825
|
-
}
|
|
8826
|
-
/**
|
|
8827
|
-
* @public
|
|
8828
|
-
*/
|
|
8829
|
-
export interface DeleteNatGatewayRequest {
|
|
8830
|
-
/**
|
|
8831
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
8832
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
8833
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
8834
|
-
* @public
|
|
8835
|
-
*/
|
|
8836
|
-
DryRun?: boolean | undefined;
|
|
8837
|
-
/**
|
|
8838
|
-
* <p>The ID of the NAT gateway.</p>
|
|
8839
|
-
* @public
|
|
8840
|
-
*/
|
|
8841
|
-
NatGatewayId: string | undefined;
|
|
8842
|
-
}
|
|
8843
|
-
/**
|
|
8844
|
-
* @public
|
|
8845
|
-
*/
|
|
8846
|
-
export interface DeleteNatGatewayResult {
|
|
8847
|
-
/**
|
|
8848
|
-
* <p>The ID of the NAT gateway.</p>
|
|
8849
|
-
* @public
|
|
8850
|
-
*/
|
|
8851
|
-
NatGatewayId?: string | undefined;
|
|
8852
|
-
}
|
|
8853
|
-
/**
|
|
8854
|
-
* @public
|
|
8855
|
-
*/
|
|
8856
|
-
export interface DeleteNetworkAclRequest {
|
|
8857
|
-
/**
|
|
8858
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
8859
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
8860
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
8861
|
-
* @public
|
|
8862
|
-
*/
|
|
8863
|
-
DryRun?: boolean | undefined;
|
|
8864
|
-
/**
|
|
8865
|
-
* <p>The ID of the network ACL.</p>
|
|
8866
|
-
* @public
|
|
8867
|
-
*/
|
|
8868
|
-
NetworkAclId: string | undefined;
|
|
8869
|
-
}
|
|
8870
|
-
/**
|
|
8871
|
-
* @public
|
|
8872
|
-
*/
|
|
8873
|
-
export interface DeleteNetworkAclEntryRequest {
|
|
8874
|
-
/**
|
|
8875
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
8876
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
8877
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
8878
|
-
* @public
|
|
8879
|
-
*/
|
|
8880
|
-
DryRun?: boolean | undefined;
|
|
8881
|
-
/**
|
|
8882
|
-
* <p>The ID of the network ACL.</p>
|
|
8883
|
-
* @public
|
|
8884
|
-
*/
|
|
8885
|
-
NetworkAclId: string | undefined;
|
|
8886
|
-
/**
|
|
8887
|
-
* <p>The rule number of the entry to delete.</p>
|
|
8888
|
-
* @public
|
|
8889
|
-
*/
|
|
8890
|
-
RuleNumber: number | undefined;
|
|
8891
|
-
/**
|
|
8892
|
-
* <p>Indicates whether the rule is an egress rule.</p>
|
|
8893
|
-
* @public
|
|
8894
|
-
*/
|
|
8895
|
-
Egress: boolean | undefined;
|
|
8896
|
-
}
|
|
8897
|
-
/**
|
|
8898
|
-
* @public
|
|
8899
|
-
*/
|
|
8900
|
-
export interface DeleteNetworkInsightsAccessScopeRequest {
|
|
8901
|
-
/**
|
|
8902
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
8903
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
8904
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
8905
|
-
* @public
|
|
8906
|
-
*/
|
|
8907
|
-
DryRun?: boolean | undefined;
|
|
8908
|
-
/**
|
|
8909
|
-
* <p>The ID of the Network Access Scope.</p>
|
|
8910
|
-
* @public
|
|
8911
|
-
*/
|
|
8912
|
-
NetworkInsightsAccessScopeId: string | undefined;
|
|
8913
|
-
}
|
|
8914
|
-
/**
|
|
8915
|
-
* @public
|
|
8916
|
-
*/
|
|
8917
|
-
export interface DeleteNetworkInsightsAccessScopeResult {
|
|
8918
|
-
/**
|
|
8919
|
-
* <p>The ID of the Network Access Scope.</p>
|
|
8920
|
-
* @public
|
|
8921
|
-
*/
|
|
8922
|
-
NetworkInsightsAccessScopeId?: string | undefined;
|
|
8923
|
-
}
|