@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
|
@@ -25,6 +25,8 @@ import {
|
|
|
25
25
|
EventCode,
|
|
26
26
|
FindingsFound,
|
|
27
27
|
FlexibleEnaQueuesSupport,
|
|
28
|
+
FpgaImageAttributeName,
|
|
29
|
+
FpgaImageStateCode,
|
|
28
30
|
HaStatus,
|
|
29
31
|
HostMaintenance,
|
|
30
32
|
HostnameType,
|
|
@@ -53,6 +55,7 @@ import {
|
|
|
53
55
|
KeyType,
|
|
54
56
|
LocationType,
|
|
55
57
|
LockState,
|
|
58
|
+
LogDestinationType,
|
|
56
59
|
MonitoringState,
|
|
57
60
|
MoveStatus,
|
|
58
61
|
NestedVirtualizationSpecification,
|
|
@@ -67,6 +70,7 @@ import {
|
|
|
67
70
|
PhcSupport,
|
|
68
71
|
PlacementGroupStrategy,
|
|
69
72
|
PlatformValues,
|
|
73
|
+
ProductCodeValues,
|
|
70
74
|
RebootMigrationSupport,
|
|
71
75
|
RecurringChargeFrequency,
|
|
72
76
|
ReservationState,
|
|
@@ -76,14 +80,15 @@ import {
|
|
|
76
80
|
Scope,
|
|
77
81
|
SecondaryInterfaceStatus,
|
|
78
82
|
SecondaryInterfaceType,
|
|
79
|
-
SecondaryNetworkType,
|
|
80
83
|
SqlServerLicenseUsage,
|
|
81
84
|
StatusName,
|
|
82
85
|
StatusType,
|
|
83
86
|
SummaryStatus,
|
|
84
87
|
SupportedAdditionalProcessorFeature,
|
|
88
|
+
TaggableResourceType,
|
|
85
89
|
Tenancy,
|
|
86
90
|
TpmSupportValues,
|
|
91
|
+
TrafficType,
|
|
87
92
|
UsageClassType,
|
|
88
93
|
VirtualizationType,
|
|
89
94
|
} from "./enums";
|
|
@@ -110,6 +115,7 @@ import {
|
|
|
110
115
|
InternetGateway,
|
|
111
116
|
Ipam,
|
|
112
117
|
IpamExternalResourceVerificationToken,
|
|
118
|
+
IpamInternetRegistryAssociation,
|
|
113
119
|
IpamPolicy,
|
|
114
120
|
IpamPool,
|
|
115
121
|
IpamPrefixListResolver,
|
|
@@ -131,28 +137,111 @@ import {
|
|
|
131
137
|
NetworkInsightsPath,
|
|
132
138
|
NetworkInterface,
|
|
133
139
|
NetworkInterfaceAttachment,
|
|
134
|
-
NetworkInterfacePermission,
|
|
135
140
|
Placement,
|
|
136
|
-
PlacementGroup,
|
|
137
141
|
StateReason,
|
|
138
142
|
} from "./models_1";
|
|
139
143
|
import {
|
|
144
|
+
NetworkInterfacePermission,
|
|
145
|
+
PlacementGroup,
|
|
140
146
|
ReplaceRootVolumeTask,
|
|
141
147
|
RouteServer,
|
|
142
148
|
RouteServerEndpoint,
|
|
143
149
|
RouteServerPeer,
|
|
144
150
|
RouteTable,
|
|
145
|
-
SecondaryNetwork,
|
|
146
|
-
SecondarySubnet,
|
|
147
151
|
} from "./models_2";
|
|
148
152
|
import {
|
|
149
153
|
Byoasn,
|
|
154
|
+
DestinationOptionsResponse,
|
|
150
155
|
Filter,
|
|
151
|
-
FpgaImage,
|
|
152
156
|
IdFormat,
|
|
153
157
|
InstanceTagNotificationAttribute,
|
|
154
|
-
ProductCode,
|
|
155
158
|
} from "./models_3";
|
|
159
|
+
export interface TagFieldSpecificationResponse {
|
|
160
|
+
ResourceType?: TaggableResourceType | undefined;
|
|
161
|
+
TagKeys?: string[] | undefined;
|
|
162
|
+
}
|
|
163
|
+
export interface FlowLog {
|
|
164
|
+
CreationTime?: Date | undefined;
|
|
165
|
+
DeliverLogsErrorMessage?: string | undefined;
|
|
166
|
+
DeliverLogsPermissionArn?: string | undefined;
|
|
167
|
+
DeliverCrossAccountRole?: string | undefined;
|
|
168
|
+
DeliverLogsStatus?: string | undefined;
|
|
169
|
+
FlowLogId?: string | undefined;
|
|
170
|
+
FlowLogStatus?: string | undefined;
|
|
171
|
+
LogGroupName?: string | undefined;
|
|
172
|
+
ResourceId?: string | undefined;
|
|
173
|
+
TrafficType?: TrafficType | undefined;
|
|
174
|
+
LogDestinationType?: LogDestinationType | undefined;
|
|
175
|
+
LogDestination?: string | undefined;
|
|
176
|
+
LogFormat?: string | undefined;
|
|
177
|
+
Tags?: Tag[] | undefined;
|
|
178
|
+
MaxAggregationInterval?: number | undefined;
|
|
179
|
+
DestinationOptions?: DestinationOptionsResponse | undefined;
|
|
180
|
+
TagFieldSpecifications?: TagFieldSpecificationResponse[] | undefined;
|
|
181
|
+
}
|
|
182
|
+
export interface DescribeFlowLogsResult {
|
|
183
|
+
FlowLogs?: FlowLog[] | undefined;
|
|
184
|
+
NextToken?: string | undefined;
|
|
185
|
+
}
|
|
186
|
+
export interface DescribeFpgaImageAttributeRequest {
|
|
187
|
+
DryRun?: boolean | undefined;
|
|
188
|
+
FpgaImageId: string | undefined;
|
|
189
|
+
Attribute: FpgaImageAttributeName | undefined;
|
|
190
|
+
}
|
|
191
|
+
export interface LoadPermission {
|
|
192
|
+
UserId?: string | undefined;
|
|
193
|
+
Group?: PermissionGroup | undefined;
|
|
194
|
+
}
|
|
195
|
+
export interface ProductCode {
|
|
196
|
+
ProductCodeId?: string | undefined;
|
|
197
|
+
ProductCodeType?: ProductCodeValues | undefined;
|
|
198
|
+
}
|
|
199
|
+
export interface FpgaImageAttribute {
|
|
200
|
+
FpgaImageId?: string | undefined;
|
|
201
|
+
Name?: string | undefined;
|
|
202
|
+
Description?: string | undefined;
|
|
203
|
+
LoadPermissions?: LoadPermission[] | undefined;
|
|
204
|
+
ProductCodes?: ProductCode[] | undefined;
|
|
205
|
+
}
|
|
206
|
+
export interface DescribeFpgaImageAttributeResult {
|
|
207
|
+
FpgaImageAttribute?: FpgaImageAttribute | undefined;
|
|
208
|
+
}
|
|
209
|
+
export interface DescribeFpgaImagesRequest {
|
|
210
|
+
DryRun?: boolean | undefined;
|
|
211
|
+
FpgaImageIds?: string[] | undefined;
|
|
212
|
+
Owners?: string[] | undefined;
|
|
213
|
+
Filters?: Filter[] | undefined;
|
|
214
|
+
NextToken?: string | undefined;
|
|
215
|
+
MaxResults?: number | undefined;
|
|
216
|
+
}
|
|
217
|
+
export interface PciId {
|
|
218
|
+
DeviceId?: string | undefined;
|
|
219
|
+
VendorId?: string | undefined;
|
|
220
|
+
SubsystemId?: string | undefined;
|
|
221
|
+
SubsystemVendorId?: string | undefined;
|
|
222
|
+
}
|
|
223
|
+
export interface FpgaImageState {
|
|
224
|
+
Code?: FpgaImageStateCode | undefined;
|
|
225
|
+
Message?: string | undefined;
|
|
226
|
+
}
|
|
227
|
+
export interface FpgaImage {
|
|
228
|
+
FpgaImageId?: string | undefined;
|
|
229
|
+
FpgaImageGlobalId?: string | undefined;
|
|
230
|
+
Name?: string | undefined;
|
|
231
|
+
Description?: string | undefined;
|
|
232
|
+
ShellVersion?: string | undefined;
|
|
233
|
+
PciId?: PciId | undefined;
|
|
234
|
+
State?: FpgaImageState | undefined;
|
|
235
|
+
CreateTime?: Date | undefined;
|
|
236
|
+
UpdateTime?: Date | undefined;
|
|
237
|
+
OwnerId?: string | undefined;
|
|
238
|
+
OwnerAlias?: string | undefined;
|
|
239
|
+
ProductCodes?: ProductCode[] | undefined;
|
|
240
|
+
Tags?: Tag[] | undefined;
|
|
241
|
+
Public?: boolean | undefined;
|
|
242
|
+
DataRetentionSupport?: boolean | undefined;
|
|
243
|
+
InstanceTypes?: string[] | undefined;
|
|
244
|
+
}
|
|
156
245
|
export interface DescribeFpgaImagesResult {
|
|
157
246
|
FpgaImages?: FpgaImage[] | undefined;
|
|
158
247
|
NextToken?: string | undefined;
|
|
@@ -1249,6 +1338,17 @@ export interface DescribeIpamExternalResourceVerificationTokensResult {
|
|
|
1249
1338
|
NextToken?: string | undefined;
|
|
1250
1339
|
IpamExternalResourceVerificationTokens?: IpamExternalResourceVerificationToken[] | undefined;
|
|
1251
1340
|
}
|
|
1341
|
+
export interface DescribeIpamInternetRegistryAssociationsRequest {
|
|
1342
|
+
DryRun?: boolean | undefined;
|
|
1343
|
+
IpamInternetRegistryAssociationIds?: string[] | undefined;
|
|
1344
|
+
MaxResults?: number | undefined;
|
|
1345
|
+
NextToken?: string | undefined;
|
|
1346
|
+
Filters?: Filter[] | undefined;
|
|
1347
|
+
}
|
|
1348
|
+
export interface DescribeIpamInternetRegistryAssociationsResult {
|
|
1349
|
+
NextToken?: string | undefined;
|
|
1350
|
+
IpamInternetRegistryAssociations?: IpamInternetRegistryAssociation[] | undefined;
|
|
1351
|
+
}
|
|
1252
1352
|
export interface DescribeIpamPoliciesRequest {
|
|
1253
1353
|
DryRun?: boolean | undefined;
|
|
1254
1354
|
Filters?: Filter[] | undefined;
|
|
@@ -2060,90 +2160,3 @@ export interface ScheduledInstance {
|
|
|
2060
2160
|
TermStartDate?: Date | undefined;
|
|
2061
2161
|
TotalScheduledInstanceHours?: number | undefined;
|
|
2062
2162
|
}
|
|
2063
|
-
export interface DescribeScheduledInstancesResult {
|
|
2064
|
-
NextToken?: string | undefined;
|
|
2065
|
-
ScheduledInstanceSet?: ScheduledInstance[] | undefined;
|
|
2066
|
-
}
|
|
2067
|
-
export interface DescribeSecondaryInterfacesRequest {
|
|
2068
|
-
DryRun?: boolean | undefined;
|
|
2069
|
-
Filters?: Filter[] | undefined;
|
|
2070
|
-
MaxResults?: number | undefined;
|
|
2071
|
-
NextToken?: string | undefined;
|
|
2072
|
-
SecondaryInterfaceIds?: string[] | undefined;
|
|
2073
|
-
}
|
|
2074
|
-
export interface SecondaryInterfaceAttachment {
|
|
2075
|
-
AttachmentId?: string | undefined;
|
|
2076
|
-
AttachTime?: Date | undefined;
|
|
2077
|
-
DeleteOnTermination?: boolean | undefined;
|
|
2078
|
-
DeviceIndex?: number | undefined;
|
|
2079
|
-
InstanceId?: string | undefined;
|
|
2080
|
-
InstanceOwnerId?: string | undefined;
|
|
2081
|
-
NetworkCardIndex?: number | undefined;
|
|
2082
|
-
Status?: AttachmentStatus | undefined;
|
|
2083
|
-
}
|
|
2084
|
-
export interface SecondaryInterfaceIpv4Address {
|
|
2085
|
-
PrivateIpAddress?: string | undefined;
|
|
2086
|
-
}
|
|
2087
|
-
export interface SecondaryInterface {
|
|
2088
|
-
AvailabilityZone?: string | undefined;
|
|
2089
|
-
AvailabilityZoneId?: string | undefined;
|
|
2090
|
-
Attachment?: SecondaryInterfaceAttachment | undefined;
|
|
2091
|
-
MacAddress?: string | undefined;
|
|
2092
|
-
OwnerId?: string | undefined;
|
|
2093
|
-
PrivateIpv4Addresses?: SecondaryInterfaceIpv4Address[] | undefined;
|
|
2094
|
-
SecondaryInterfaceId?: string | undefined;
|
|
2095
|
-
SecondaryInterfaceArn?: string | undefined;
|
|
2096
|
-
SecondaryInterfaceType?: SecondaryInterfaceType | undefined;
|
|
2097
|
-
SecondarySubnetId?: string | undefined;
|
|
2098
|
-
SecondaryNetworkId?: string | undefined;
|
|
2099
|
-
SecondaryNetworkType?: SecondaryNetworkType | undefined;
|
|
2100
|
-
SourceDestCheck?: boolean | undefined;
|
|
2101
|
-
Status?: SecondaryInterfaceStatus | undefined;
|
|
2102
|
-
Tags?: Tag[] | undefined;
|
|
2103
|
-
}
|
|
2104
|
-
export interface DescribeSecondaryInterfacesResult {
|
|
2105
|
-
SecondaryInterfaces?: SecondaryInterface[] | undefined;
|
|
2106
|
-
NextToken?: string | undefined;
|
|
2107
|
-
}
|
|
2108
|
-
export interface DescribeSecondaryNetworksRequest {
|
|
2109
|
-
DryRun?: boolean | undefined;
|
|
2110
|
-
Filters?: Filter[] | undefined;
|
|
2111
|
-
MaxResults?: number | undefined;
|
|
2112
|
-
NextToken?: string | undefined;
|
|
2113
|
-
SecondaryNetworkIds?: string[] | undefined;
|
|
2114
|
-
}
|
|
2115
|
-
export interface DescribeSecondaryNetworksResult {
|
|
2116
|
-
SecondaryNetworks?: SecondaryNetwork[] | undefined;
|
|
2117
|
-
NextToken?: string | undefined;
|
|
2118
|
-
}
|
|
2119
|
-
export interface DescribeSecondarySubnetsRequest {
|
|
2120
|
-
DryRun?: boolean | undefined;
|
|
2121
|
-
Filters?: Filter[] | undefined;
|
|
2122
|
-
MaxResults?: number | undefined;
|
|
2123
|
-
NextToken?: string | undefined;
|
|
2124
|
-
SecondarySubnetIds?: string[] | undefined;
|
|
2125
|
-
}
|
|
2126
|
-
export interface DescribeSecondarySubnetsResult {
|
|
2127
|
-
SecondarySubnets?: SecondarySubnet[] | undefined;
|
|
2128
|
-
NextToken?: string | undefined;
|
|
2129
|
-
}
|
|
2130
|
-
export interface DescribeSecurityGroupReferencesRequest {
|
|
2131
|
-
DryRun?: boolean | undefined;
|
|
2132
|
-
GroupId: string[] | undefined;
|
|
2133
|
-
}
|
|
2134
|
-
export interface SecurityGroupReference {
|
|
2135
|
-
GroupId?: string | undefined;
|
|
2136
|
-
ReferencingVpcId?: string | undefined;
|
|
2137
|
-
VpcPeeringConnectionId?: string | undefined;
|
|
2138
|
-
TransitGatewayId?: string | undefined;
|
|
2139
|
-
}
|
|
2140
|
-
export interface DescribeSecurityGroupReferencesResult {
|
|
2141
|
-
SecurityGroupReferenceSet?: SecurityGroupReference[] | undefined;
|
|
2142
|
-
}
|
|
2143
|
-
export interface DescribeSecurityGroupRulesRequest {
|
|
2144
|
-
Filters?: Filter[] | undefined;
|
|
2145
|
-
SecurityGroupRuleIds?: string[] | undefined;
|
|
2146
|
-
DryRun?: boolean | undefined;
|
|
2147
|
-
NextToken?: string | undefined;
|
|
2148
|
-
MaxResults?: number | undefined;
|
|
2149
|
-
}
|
|
@@ -4,6 +4,7 @@ import {
|
|
|
4
4
|
AllocationStrategy,
|
|
5
5
|
AllowedImagesSettingsDisabledState,
|
|
6
6
|
AllowedImagesSettingsEnabledState,
|
|
7
|
+
AttachmentStatus,
|
|
7
8
|
BatchState,
|
|
8
9
|
CapacityManagerStatus,
|
|
9
10
|
DnsNameState,
|
|
@@ -14,7 +15,6 @@ import {
|
|
|
14
15
|
FastSnapshotRestoreStateCode,
|
|
15
16
|
FleetType,
|
|
16
17
|
ImageBlockPublicAccessDisabledState,
|
|
17
|
-
ImageBlockPublicAccessEnabledState,
|
|
18
18
|
InitializationType,
|
|
19
19
|
InstanceInterruptionBehavior,
|
|
20
20
|
InternetGatewayBlockMode,
|
|
@@ -28,6 +28,9 @@ import {
|
|
|
28
28
|
ResourceType,
|
|
29
29
|
RIProductDescription,
|
|
30
30
|
RouteServerPropagationState,
|
|
31
|
+
SecondaryInterfaceStatus,
|
|
32
|
+
SecondaryInterfaceType,
|
|
33
|
+
SecondaryNetworkType,
|
|
31
34
|
SecurityGroupVpcAssociationState,
|
|
32
35
|
ServiceConnectivityType,
|
|
33
36
|
ServiceLinkVirtualInterfaceConfigurationState,
|
|
@@ -110,6 +113,8 @@ import {
|
|
|
110
113
|
ConnectionNotification,
|
|
111
114
|
DnsEntry,
|
|
112
115
|
PayerResponsibilityEntry,
|
|
116
|
+
SecondaryNetwork,
|
|
117
|
+
SecondarySubnet,
|
|
113
118
|
ServiceConfiguration,
|
|
114
119
|
ServiceTypeDetail,
|
|
115
120
|
Snapshot,
|
|
@@ -140,9 +145,100 @@ import {
|
|
|
140
145
|
FastLaunchLaunchTemplateSpecificationResponse,
|
|
141
146
|
FastLaunchSnapshotConfigurationResponse,
|
|
142
147
|
Filter,
|
|
143
|
-
ProductCode,
|
|
144
148
|
} from "./models_3";
|
|
145
|
-
import {
|
|
149
|
+
import {
|
|
150
|
+
AttributeBooleanValue,
|
|
151
|
+
ProductCode,
|
|
152
|
+
RegisteredInstance,
|
|
153
|
+
ScheduledInstance,
|
|
154
|
+
} from "./models_4";
|
|
155
|
+
export interface DescribeScheduledInstancesResult {
|
|
156
|
+
NextToken?: string | undefined;
|
|
157
|
+
ScheduledInstanceSet?: ScheduledInstance[] | undefined;
|
|
158
|
+
}
|
|
159
|
+
export interface DescribeSecondaryInterfacesRequest {
|
|
160
|
+
DryRun?: boolean | undefined;
|
|
161
|
+
Filters?: Filter[] | undefined;
|
|
162
|
+
MaxResults?: number | undefined;
|
|
163
|
+
NextToken?: string | undefined;
|
|
164
|
+
SecondaryInterfaceIds?: string[] | undefined;
|
|
165
|
+
}
|
|
166
|
+
export interface SecondaryInterfaceAttachment {
|
|
167
|
+
AttachmentId?: string | undefined;
|
|
168
|
+
AttachTime?: Date | undefined;
|
|
169
|
+
DeleteOnTermination?: boolean | undefined;
|
|
170
|
+
DeviceIndex?: number | undefined;
|
|
171
|
+
InstanceId?: string | undefined;
|
|
172
|
+
InstanceOwnerId?: string | undefined;
|
|
173
|
+
NetworkCardIndex?: number | undefined;
|
|
174
|
+
Status?: AttachmentStatus | undefined;
|
|
175
|
+
}
|
|
176
|
+
export interface SecondaryInterfaceIpv4Address {
|
|
177
|
+
PrivateIpAddress?: string | undefined;
|
|
178
|
+
}
|
|
179
|
+
export interface SecondaryInterface {
|
|
180
|
+
AvailabilityZone?: string | undefined;
|
|
181
|
+
AvailabilityZoneId?: string | undefined;
|
|
182
|
+
Attachment?: SecondaryInterfaceAttachment | undefined;
|
|
183
|
+
MacAddress?: string | undefined;
|
|
184
|
+
OwnerId?: string | undefined;
|
|
185
|
+
PrivateIpv4Addresses?: SecondaryInterfaceIpv4Address[] | undefined;
|
|
186
|
+
SecondaryInterfaceId?: string | undefined;
|
|
187
|
+
SecondaryInterfaceArn?: string | undefined;
|
|
188
|
+
SecondaryInterfaceType?: SecondaryInterfaceType | undefined;
|
|
189
|
+
SecondarySubnetId?: string | undefined;
|
|
190
|
+
SecondaryNetworkId?: string | undefined;
|
|
191
|
+
SecondaryNetworkType?: SecondaryNetworkType | undefined;
|
|
192
|
+
SourceDestCheck?: boolean | undefined;
|
|
193
|
+
Status?: SecondaryInterfaceStatus | undefined;
|
|
194
|
+
Tags?: Tag[] | undefined;
|
|
195
|
+
}
|
|
196
|
+
export interface DescribeSecondaryInterfacesResult {
|
|
197
|
+
SecondaryInterfaces?: SecondaryInterface[] | undefined;
|
|
198
|
+
NextToken?: string | undefined;
|
|
199
|
+
}
|
|
200
|
+
export interface DescribeSecondaryNetworksRequest {
|
|
201
|
+
DryRun?: boolean | undefined;
|
|
202
|
+
Filters?: Filter[] | undefined;
|
|
203
|
+
MaxResults?: number | undefined;
|
|
204
|
+
NextToken?: string | undefined;
|
|
205
|
+
SecondaryNetworkIds?: string[] | undefined;
|
|
206
|
+
}
|
|
207
|
+
export interface DescribeSecondaryNetworksResult {
|
|
208
|
+
SecondaryNetworks?: SecondaryNetwork[] | undefined;
|
|
209
|
+
NextToken?: string | undefined;
|
|
210
|
+
}
|
|
211
|
+
export interface DescribeSecondarySubnetsRequest {
|
|
212
|
+
DryRun?: boolean | undefined;
|
|
213
|
+
Filters?: Filter[] | undefined;
|
|
214
|
+
MaxResults?: number | undefined;
|
|
215
|
+
NextToken?: string | undefined;
|
|
216
|
+
SecondarySubnetIds?: string[] | undefined;
|
|
217
|
+
}
|
|
218
|
+
export interface DescribeSecondarySubnetsResult {
|
|
219
|
+
SecondarySubnets?: SecondarySubnet[] | undefined;
|
|
220
|
+
NextToken?: string | undefined;
|
|
221
|
+
}
|
|
222
|
+
export interface DescribeSecurityGroupReferencesRequest {
|
|
223
|
+
DryRun?: boolean | undefined;
|
|
224
|
+
GroupId: string[] | undefined;
|
|
225
|
+
}
|
|
226
|
+
export interface SecurityGroupReference {
|
|
227
|
+
GroupId?: string | undefined;
|
|
228
|
+
ReferencingVpcId?: string | undefined;
|
|
229
|
+
VpcPeeringConnectionId?: string | undefined;
|
|
230
|
+
TransitGatewayId?: string | undefined;
|
|
231
|
+
}
|
|
232
|
+
export interface DescribeSecurityGroupReferencesResult {
|
|
233
|
+
SecurityGroupReferenceSet?: SecurityGroupReference[] | undefined;
|
|
234
|
+
}
|
|
235
|
+
export interface DescribeSecurityGroupRulesRequest {
|
|
236
|
+
Filters?: Filter[] | undefined;
|
|
237
|
+
SecurityGroupRuleIds?: string[] | undefined;
|
|
238
|
+
DryRun?: boolean | undefined;
|
|
239
|
+
NextToken?: string | undefined;
|
|
240
|
+
MaxResults?: number | undefined;
|
|
241
|
+
}
|
|
146
242
|
export interface DescribeSecurityGroupRulesResult {
|
|
147
243
|
SecurityGroupRules?: SecurityGroupRule[] | undefined;
|
|
148
244
|
NextToken?: string | undefined;
|
|
@@ -1731,78 +1827,3 @@ export interface EnableFastLaunchRequest {
|
|
|
1731
1827
|
MaxParallelLaunches?: number | undefined;
|
|
1732
1828
|
DryRun?: boolean | undefined;
|
|
1733
1829
|
}
|
|
1734
|
-
export interface EnableFastLaunchResult {
|
|
1735
|
-
ImageId?: string | undefined;
|
|
1736
|
-
ResourceType?: FastLaunchResourceType | undefined;
|
|
1737
|
-
SnapshotConfiguration?: FastLaunchSnapshotConfigurationResponse | undefined;
|
|
1738
|
-
LaunchTemplate?: FastLaunchLaunchTemplateSpecificationResponse | undefined;
|
|
1739
|
-
MaxParallelLaunches?: number | undefined;
|
|
1740
|
-
OwnerId?: string | undefined;
|
|
1741
|
-
State?: FastLaunchStateCode | undefined;
|
|
1742
|
-
StateTransitionReason?: string | undefined;
|
|
1743
|
-
StateTransitionTime?: Date | undefined;
|
|
1744
|
-
}
|
|
1745
|
-
export interface EnableFastSnapshotRestoresRequest {
|
|
1746
|
-
AvailabilityZones?: string[] | undefined;
|
|
1747
|
-
AvailabilityZoneIds?: string[] | undefined;
|
|
1748
|
-
SourceSnapshotIds: string[] | undefined;
|
|
1749
|
-
DryRun?: boolean | undefined;
|
|
1750
|
-
}
|
|
1751
|
-
export interface EnableFastSnapshotRestoreSuccessItem {
|
|
1752
|
-
SnapshotId?: string | undefined;
|
|
1753
|
-
AvailabilityZone?: string | undefined;
|
|
1754
|
-
AvailabilityZoneId?: string | undefined;
|
|
1755
|
-
State?: FastSnapshotRestoreStateCode | undefined;
|
|
1756
|
-
StateTransitionReason?: string | undefined;
|
|
1757
|
-
OwnerId?: string | undefined;
|
|
1758
|
-
OwnerAlias?: string | undefined;
|
|
1759
|
-
EnablingTime?: Date | undefined;
|
|
1760
|
-
OptimizingTime?: Date | undefined;
|
|
1761
|
-
EnabledTime?: Date | undefined;
|
|
1762
|
-
DisablingTime?: Date | undefined;
|
|
1763
|
-
DisabledTime?: Date | undefined;
|
|
1764
|
-
}
|
|
1765
|
-
export interface EnableFastSnapshotRestoreStateError {
|
|
1766
|
-
Code?: string | undefined;
|
|
1767
|
-
Message?: string | undefined;
|
|
1768
|
-
}
|
|
1769
|
-
export interface EnableFastSnapshotRestoreStateErrorItem {
|
|
1770
|
-
AvailabilityZone?: string | undefined;
|
|
1771
|
-
AvailabilityZoneId?: string | undefined;
|
|
1772
|
-
Error?: EnableFastSnapshotRestoreStateError | undefined;
|
|
1773
|
-
}
|
|
1774
|
-
export interface EnableFastSnapshotRestoreErrorItem {
|
|
1775
|
-
SnapshotId?: string | undefined;
|
|
1776
|
-
FastSnapshotRestoreStateErrors?: EnableFastSnapshotRestoreStateErrorItem[] | undefined;
|
|
1777
|
-
}
|
|
1778
|
-
export interface EnableFastSnapshotRestoresResult {
|
|
1779
|
-
Successful?: EnableFastSnapshotRestoreSuccessItem[] | undefined;
|
|
1780
|
-
Unsuccessful?: EnableFastSnapshotRestoreErrorItem[] | undefined;
|
|
1781
|
-
}
|
|
1782
|
-
export interface EnableImageRequest {
|
|
1783
|
-
ImageId: string | undefined;
|
|
1784
|
-
DryRun?: boolean | undefined;
|
|
1785
|
-
}
|
|
1786
|
-
export interface EnableImageResult {
|
|
1787
|
-
Return?: boolean | undefined;
|
|
1788
|
-
}
|
|
1789
|
-
export interface EnableImageBlockPublicAccessRequest {
|
|
1790
|
-
ImageBlockPublicAccessState: ImageBlockPublicAccessEnabledState | undefined;
|
|
1791
|
-
DryRun?: boolean | undefined;
|
|
1792
|
-
}
|
|
1793
|
-
export interface EnableImageBlockPublicAccessResult {
|
|
1794
|
-
ImageBlockPublicAccessState?: ImageBlockPublicAccessEnabledState | undefined;
|
|
1795
|
-
}
|
|
1796
|
-
export interface EnableImageDeprecationRequest {
|
|
1797
|
-
ImageId: string | undefined;
|
|
1798
|
-
DeprecateAt: Date | undefined;
|
|
1799
|
-
DryRun?: boolean | undefined;
|
|
1800
|
-
}
|
|
1801
|
-
export interface EnableImageDeprecationResult {
|
|
1802
|
-
Return?: boolean | undefined;
|
|
1803
|
-
}
|
|
1804
|
-
export interface EnableImageDeregistrationProtectionRequest {
|
|
1805
|
-
ImageId: string | undefined;
|
|
1806
|
-
WithCooldown?: boolean | undefined;
|
|
1807
|
-
DryRun?: boolean | undefined;
|
|
1808
|
-
}
|