@aws-sdk/client-ec2 3.295.0 → 3.297.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/dist-cjs/commands/CreateReplaceRootVolumeTaskCommand.js +2 -1
- package/dist-cjs/commands/CreateReservedInstancesListingCommand.js +3 -3
- package/dist-cjs/commands/CreateRestoreImageTaskCommand.js +3 -3
- package/dist-cjs/commands/CreateRouteCommand.js +3 -3
- package/dist-cjs/commands/CreateRouteTableCommand.js +1 -2
- package/dist-cjs/commands/DeleteSubnetCidrReservationCommand.js +3 -3
- package/dist-cjs/commands/DeleteSubnetCommand.js +2 -2
- package/dist-cjs/commands/DeleteTagsCommand.js +2 -2
- package/dist-cjs/commands/DeleteTrafficMirrorFilterCommand.js +3 -3
- package/dist-cjs/commands/DeleteTrafficMirrorFilterRuleCommand.js +3 -3
- package/dist-cjs/commands/DeleteTrafficMirrorSessionCommand.js +1 -2
- package/dist-cjs/commands/DescribeVolumeStatusCommand.js +1 -2
- package/dist-cjs/commands/DescribeVolumesCommand.js +2 -1
- package/dist-cjs/commands/DescribeVolumesModificationsCommand.js +3 -3
- package/dist-cjs/commands/ImportVolumeCommand.js +3 -3
- package/dist-cjs/commands/ListImagesInRecycleBinCommand.js +3 -3
- package/dist-cjs/commands/ListSnapshotsInRecycleBinCommand.js +3 -3
- package/dist-cjs/commands/ModifyAddressAttributeCommand.js +1 -2
- package/dist-cjs/commands/StartNetworkInsightsAnalysisCommand.js +2 -1
- package/dist-cjs/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.js +3 -3
- package/dist-cjs/commands/StopInstancesCommand.js +3 -3
- package/dist-cjs/commands/TerminateClientVpnConnectionsCommand.js +3 -3
- package/dist-cjs/commands/TerminateInstancesCommand.js +1 -2
- package/dist-cjs/models/models_0.js +25 -27
- package/dist-cjs/models/models_1.js +44 -42
- package/dist-cjs/models/models_2.js +41 -41
- package/dist-cjs/models/models_3.js +42 -47
- package/dist-cjs/models/models_4.js +47 -45
- package/dist-cjs/models/models_5.js +48 -42
- package/dist-cjs/models/models_6.js +44 -42
- package/dist-cjs/models/models_7.js +37 -1
- package/dist-cjs/protocols/Aws_ec2.js +1334 -5817
- package/dist-es/commands/CreateReplaceRootVolumeTaskCommand.js +2 -1
- package/dist-es/commands/CreateReservedInstancesListingCommand.js +1 -1
- package/dist-es/commands/CreateRestoreImageTaskCommand.js +1 -1
- package/dist-es/commands/CreateRouteCommand.js +1 -1
- package/dist-es/commands/CreateRouteTableCommand.js +1 -2
- package/dist-es/commands/DeleteSubnetCidrReservationCommand.js +1 -1
- package/dist-es/commands/DeleteSubnetCommand.js +1 -1
- package/dist-es/commands/DeleteTagsCommand.js +1 -1
- package/dist-es/commands/DeleteTrafficMirrorFilterCommand.js +1 -1
- package/dist-es/commands/DeleteTrafficMirrorFilterRuleCommand.js +1 -1
- package/dist-es/commands/DeleteTrafficMirrorSessionCommand.js +1 -2
- package/dist-es/commands/DescribeVolumeStatusCommand.js +1 -2
- package/dist-es/commands/DescribeVolumesCommand.js +2 -1
- package/dist-es/commands/DescribeVolumesModificationsCommand.js +1 -1
- package/dist-es/commands/ImportVolumeCommand.js +1 -1
- package/dist-es/commands/ListImagesInRecycleBinCommand.js +1 -1
- package/dist-es/commands/ListSnapshotsInRecycleBinCommand.js +1 -1
- package/dist-es/commands/ModifyAddressAttributeCommand.js +1 -2
- package/dist-es/commands/StartNetworkInsightsAnalysisCommand.js +2 -1
- package/dist-es/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.js +1 -1
- package/dist-es/commands/StopInstancesCommand.js +1 -1
- package/dist-es/commands/TerminateClientVpnConnectionsCommand.js +1 -1
- package/dist-es/commands/TerminateInstancesCommand.js +1 -2
- package/dist-es/models/models_0.js +15 -18
- package/dist-es/models/models_1.js +30 -27
- package/dist-es/models/models_2.js +27 -27
- package/dist-es/models/models_3.js +27 -33
- package/dist-es/models/models_4.js +33 -31
- package/dist-es/models/models_5.js +34 -27
- package/dist-es/models/models_6.js +29 -27
- package/dist-es/models/models_7.js +27 -0
- package/dist-es/protocols/Aws_ec2.js +1334 -5817
- package/dist-types/EC2.d.ts +604 -6
- package/dist-types/EC2Client.d.ts +24 -4
- package/dist-types/commands/AcceptAddressTransferCommand.d.ts +16 -0
- package/dist-types/commands/AcceptReservedInstancesExchangeQuoteCommand.d.ts +16 -0
- package/dist-types/commands/AcceptTransitGatewayMulticastDomainAssociationsCommand.d.ts +16 -0
- package/dist-types/commands/AcceptTransitGatewayPeeringAttachmentCommand.d.ts +16 -0
- package/dist-types/commands/AcceptTransitGatewayVpcAttachmentCommand.d.ts +16 -0
- package/dist-types/commands/AcceptVpcEndpointConnectionsCommand.d.ts +16 -0
- package/dist-types/commands/AcceptVpcPeeringConnectionCommand.d.ts +16 -0
- package/dist-types/commands/AdvertiseByoipCidrCommand.d.ts +16 -0
- package/dist-types/commands/AllocateAddressCommand.d.ts +16 -0
- package/dist-types/commands/AllocateHostsCommand.d.ts +16 -0
- package/dist-types/commands/AllocateIpamPoolCidrCommand.d.ts +20 -2
- package/dist-types/commands/ApplySecurityGroupsToClientVpnTargetNetworkCommand.d.ts +16 -0
- package/dist-types/commands/AssignIpv6AddressesCommand.d.ts +16 -0
- package/dist-types/commands/AssignPrivateIpAddressesCommand.d.ts +16 -0
- package/dist-types/commands/AssignPrivateNatGatewayAddressCommand.d.ts +16 -0
- package/dist-types/commands/AssociateAddressCommand.d.ts +16 -0
- package/dist-types/commands/AssociateClientVpnTargetNetworkCommand.d.ts +16 -0
- package/dist-types/commands/AssociateDhcpOptionsCommand.d.ts +16 -0
- package/dist-types/commands/AssociateEnclaveCertificateIamRoleCommand.d.ts +16 -0
- package/dist-types/commands/AssociateIamInstanceProfileCommand.d.ts +16 -0
- package/dist-types/commands/AssociateInstanceEventWindowCommand.d.ts +16 -0
- package/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +16 -0
- package/dist-types/commands/AssociateNatGatewayAddressCommand.d.ts +16 -0
- package/dist-types/commands/AssociateRouteTableCommand.d.ts +16 -0
- package/dist-types/commands/AssociateSubnetCidrBlockCommand.d.ts +16 -0
- package/dist-types/commands/AssociateTransitGatewayMulticastDomainCommand.d.ts +16 -0
- package/dist-types/commands/AssociateTransitGatewayPolicyTableCommand.d.ts +16 -0
- package/dist-types/commands/AssociateTransitGatewayRouteTableCommand.d.ts +16 -0
- package/dist-types/commands/AssociateTrunkInterfaceCommand.d.ts +16 -0
- package/dist-types/commands/AssociateVpcCidrBlockCommand.d.ts +16 -0
- package/dist-types/commands/AttachClassicLinkVpcCommand.d.ts +16 -0
- package/dist-types/commands/AttachInternetGatewayCommand.d.ts +16 -0
- package/dist-types/commands/AttachNetworkInterfaceCommand.d.ts +16 -0
- package/dist-types/commands/AttachVerifiedAccessTrustProviderCommand.d.ts +16 -0
- package/dist-types/commands/AttachVolumeCommand.d.ts +16 -0
- package/dist-types/commands/AttachVpnGatewayCommand.d.ts +16 -0
- package/dist-types/commands/AuthorizeClientVpnIngressCommand.d.ts +16 -0
- package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +16 -0
- package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +16 -0
- package/dist-types/commands/BundleInstanceCommand.d.ts +16 -0
- package/dist-types/commands/CancelBundleTaskCommand.d.ts +16 -0
- package/dist-types/commands/CancelCapacityReservationCommand.d.ts +16 -0
- package/dist-types/commands/CancelCapacityReservationFleetsCommand.d.ts +16 -0
- package/dist-types/commands/CancelConversionTaskCommand.d.ts +16 -0
- package/dist-types/commands/CancelExportTaskCommand.d.ts +16 -0
- package/dist-types/commands/CancelImageLaunchPermissionCommand.d.ts +16 -0
- package/dist-types/commands/CancelImportTaskCommand.d.ts +16 -0
- package/dist-types/commands/CancelReservedInstancesListingCommand.d.ts +16 -0
- package/dist-types/commands/CancelSpotFleetRequestsCommand.d.ts +16 -0
- package/dist-types/commands/CancelSpotInstanceRequestsCommand.d.ts +16 -0
- package/dist-types/commands/ConfirmProductInstanceCommand.d.ts +16 -0
- package/dist-types/commands/CopyFpgaImageCommand.d.ts +16 -0
- package/dist-types/commands/CopyImageCommand.d.ts +16 -0
- package/dist-types/commands/CopySnapshotCommand.d.ts +16 -0
- package/dist-types/commands/CreateCapacityReservationCommand.d.ts +16 -0
- package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +16 -0
- package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +16 -0
- package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +16 -0
- package/dist-types/commands/CreateClientVpnRouteCommand.d.ts +16 -0
- package/dist-types/commands/CreateCoipCidrCommand.d.ts +16 -0
- package/dist-types/commands/CreateCoipPoolCommand.d.ts +16 -0
- package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +16 -0
- package/dist-types/commands/CreateDefaultSubnetCommand.d.ts +16 -0
- package/dist-types/commands/CreateDefaultVpcCommand.d.ts +16 -0
- package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +16 -0
- package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +16 -0
- package/dist-types/commands/CreateFleetCommand.d.ts +16 -0
- package/dist-types/commands/CreateFlowLogsCommand.d.ts +16 -0
- package/dist-types/commands/CreateFpgaImageCommand.d.ts +16 -0
- package/dist-types/commands/CreateImageCommand.d.ts +16 -0
- package/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +16 -0
- package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +16 -0
- package/dist-types/commands/CreateInternetGatewayCommand.d.ts +16 -0
- package/dist-types/commands/CreateIpamCommand.d.ts +16 -0
- package/dist-types/commands/CreateIpamPoolCommand.d.ts +16 -0
- package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +16 -0
- package/dist-types/commands/CreateIpamScopeCommand.d.ts +16 -0
- package/dist-types/commands/CreateKeyPairCommand.d.ts +16 -0
- package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +16 -0
- package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +16 -0
- package/dist-types/commands/CreateLocalGatewayRouteCommand.d.ts +16 -0
- package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +16 -0
- package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +16 -0
- package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +16 -0
- package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +16 -0
- package/dist-types/commands/CreateNatGatewayCommand.d.ts +16 -0
- package/dist-types/commands/CreateNetworkAclCommand.d.ts +16 -0
- package/dist-types/commands/CreateNetworkAclEntryCommand.d.ts +16 -0
- package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +16 -0
- package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +18 -2
- package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +16 -0
- package/dist-types/commands/CreateNetworkInterfacePermissionCommand.d.ts +16 -0
- package/dist-types/commands/CreatePlacementGroupCommand.d.ts +16 -0
- package/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +16 -0
- package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +18 -1
- package/dist-types/commands/CreateReservedInstancesListingCommand.d.ts +17 -1
- package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +17 -1
- package/dist-types/commands/CreateRouteCommand.d.ts +17 -1
- package/dist-types/commands/CreateRouteTableCommand.d.ts +17 -2
- package/dist-types/commands/CreateSecurityGroupCommand.d.ts +16 -0
- package/dist-types/commands/CreateSnapshotCommand.d.ts +18 -2
- package/dist-types/commands/CreateSnapshotsCommand.d.ts +16 -0
- package/dist-types/commands/CreateSpotDatafeedSubscriptionCommand.d.ts +16 -0
- package/dist-types/commands/CreateStoreImageTaskCommand.d.ts +16 -0
- package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +16 -0
- package/dist-types/commands/CreateSubnetCommand.d.ts +16 -0
- package/dist-types/commands/CreateTagsCommand.d.ts +16 -0
- package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +16 -0
- package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +16 -0
- package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +16 -0
- package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +16 -0
- package/dist-types/commands/CreateTransitGatewayCommand.d.ts +16 -0
- package/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +16 -0
- package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +16 -0
- package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +16 -0
- package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +16 -0
- package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +16 -0
- package/dist-types/commands/CreateTransitGatewayPrefixListReferenceCommand.d.ts +16 -0
- package/dist-types/commands/CreateTransitGatewayRouteCommand.d.ts +16 -0
- package/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +16 -0
- package/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +16 -0
- package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +16 -0
- package/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +16 -0
- package/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +16 -0
- package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +16 -0
- package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +16 -0
- package/dist-types/commands/CreateVolumeCommand.d.ts +16 -0
- package/dist-types/commands/CreateVpcCommand.d.ts +16 -0
- package/dist-types/commands/CreateVpcEndpointCommand.d.ts +16 -0
- package/dist-types/commands/CreateVpcEndpointConnectionNotificationCommand.d.ts +16 -0
- package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +16 -0
- package/dist-types/commands/CreateVpnConnectionCommand.d.ts +16 -0
- package/dist-types/commands/CreateVpnConnectionRouteCommand.d.ts +16 -0
- package/dist-types/commands/CreateVpnGatewayCommand.d.ts +16 -0
- package/dist-types/commands/DeleteCarrierGatewayCommand.d.ts +16 -0
- package/dist-types/commands/DeleteClientVpnEndpointCommand.d.ts +16 -0
- package/dist-types/commands/DeleteClientVpnRouteCommand.d.ts +16 -0
- package/dist-types/commands/DeleteCoipCidrCommand.d.ts +16 -0
- package/dist-types/commands/DeleteCoipPoolCommand.d.ts +16 -0
- package/dist-types/commands/DeleteCustomerGatewayCommand.d.ts +16 -0
- package/dist-types/commands/DeleteDhcpOptionsCommand.d.ts +16 -0
- package/dist-types/commands/DeleteEgressOnlyInternetGatewayCommand.d.ts +16 -0
- package/dist-types/commands/DeleteFleetsCommand.d.ts +16 -0
- package/dist-types/commands/DeleteFlowLogsCommand.d.ts +16 -0
- package/dist-types/commands/DeleteFpgaImageCommand.d.ts +16 -0
- package/dist-types/commands/DeleteInstanceEventWindowCommand.d.ts +16 -0
- package/dist-types/commands/DeleteInternetGatewayCommand.d.ts +16 -0
- package/dist-types/commands/DeleteIpamCommand.d.ts +16 -0
- package/dist-types/commands/DeleteIpamPoolCommand.d.ts +16 -0
- package/dist-types/commands/DeleteIpamResourceDiscoveryCommand.d.ts +16 -0
- package/dist-types/commands/DeleteIpamScopeCommand.d.ts +16 -0
- package/dist-types/commands/DeleteKeyPairCommand.d.ts +16 -0
- package/dist-types/commands/DeleteLaunchTemplateCommand.d.ts +16 -0
- package/dist-types/commands/DeleteLaunchTemplateVersionsCommand.d.ts +16 -0
- package/dist-types/commands/DeleteLocalGatewayRouteCommand.d.ts +16 -0
- package/dist-types/commands/DeleteLocalGatewayRouteTableCommand.d.ts +16 -0
- package/dist-types/commands/DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +16 -0
- package/dist-types/commands/DeleteLocalGatewayRouteTableVpcAssociationCommand.d.ts +16 -0
- package/dist-types/commands/DeleteManagedPrefixListCommand.d.ts +16 -0
- package/dist-types/commands/DeleteNatGatewayCommand.d.ts +16 -0
- package/dist-types/commands/DeleteNetworkAclCommand.d.ts +16 -0
- package/dist-types/commands/DeleteNetworkAclEntryCommand.d.ts +16 -0
- package/dist-types/commands/DeleteNetworkInsightsAccessScopeAnalysisCommand.d.ts +16 -0
- package/dist-types/commands/DeleteNetworkInsightsAccessScopeCommand.d.ts +16 -0
- package/dist-types/commands/DeleteNetworkInsightsAnalysisCommand.d.ts +16 -0
- package/dist-types/commands/DeleteNetworkInsightsPathCommand.d.ts +16 -0
- package/dist-types/commands/DeleteNetworkInterfaceCommand.d.ts +16 -0
- package/dist-types/commands/DeleteNetworkInterfacePermissionCommand.d.ts +16 -0
- package/dist-types/commands/DeletePlacementGroupCommand.d.ts +16 -0
- package/dist-types/commands/DeletePublicIpv4PoolCommand.d.ts +16 -0
- package/dist-types/commands/DeleteQueuedReservedInstancesCommand.d.ts +16 -0
- package/dist-types/commands/DeleteRouteCommand.d.ts +16 -0
- package/dist-types/commands/DeleteRouteTableCommand.d.ts +16 -0
- package/dist-types/commands/DeleteSecurityGroupCommand.d.ts +16 -0
- package/dist-types/commands/DeleteSnapshotCommand.d.ts +16 -0
- package/dist-types/commands/DeleteSpotDatafeedSubscriptionCommand.d.ts +16 -0
- package/dist-types/commands/DeleteSubnetCidrReservationCommand.d.ts +17 -1
- package/dist-types/commands/DeleteSubnetCommand.d.ts +17 -1
- package/dist-types/commands/DeleteTagsCommand.d.ts +17 -1
- package/dist-types/commands/DeleteTrafficMirrorFilterCommand.d.ts +17 -1
- package/dist-types/commands/DeleteTrafficMirrorFilterRuleCommand.d.ts +17 -1
- package/dist-types/commands/DeleteTrafficMirrorSessionCommand.d.ts +17 -2
- package/dist-types/commands/DeleteTrafficMirrorTargetCommand.d.ts +16 -0
- package/dist-types/commands/DeleteTransitGatewayCommand.d.ts +16 -0
- package/dist-types/commands/DeleteTransitGatewayConnectCommand.d.ts +16 -0
- package/dist-types/commands/DeleteTransitGatewayConnectPeerCommand.d.ts +16 -0
- package/dist-types/commands/DeleteTransitGatewayMulticastDomainCommand.d.ts +16 -0
- package/dist-types/commands/DeleteTransitGatewayPeeringAttachmentCommand.d.ts +16 -0
- package/dist-types/commands/DeleteTransitGatewayPolicyTableCommand.d.ts +16 -0
- package/dist-types/commands/DeleteTransitGatewayPrefixListReferenceCommand.d.ts +16 -0
- package/dist-types/commands/DeleteTransitGatewayRouteCommand.d.ts +16 -0
- package/dist-types/commands/DeleteTransitGatewayRouteTableAnnouncementCommand.d.ts +16 -0
- package/dist-types/commands/DeleteTransitGatewayRouteTableCommand.d.ts +16 -0
- package/dist-types/commands/DeleteTransitGatewayVpcAttachmentCommand.d.ts +16 -0
- package/dist-types/commands/DeleteVerifiedAccessEndpointCommand.d.ts +16 -0
- package/dist-types/commands/DeleteVerifiedAccessGroupCommand.d.ts +16 -0
- package/dist-types/commands/DeleteVerifiedAccessInstanceCommand.d.ts +16 -0
- package/dist-types/commands/DeleteVerifiedAccessTrustProviderCommand.d.ts +16 -0
- package/dist-types/commands/DeleteVolumeCommand.d.ts +16 -0
- package/dist-types/commands/DeleteVpcCommand.d.ts +16 -0
- package/dist-types/commands/DeleteVpcEndpointConnectionNotificationsCommand.d.ts +16 -0
- package/dist-types/commands/DeleteVpcEndpointServiceConfigurationsCommand.d.ts +16 -0
- package/dist-types/commands/DeleteVpcEndpointsCommand.d.ts +16 -0
- package/dist-types/commands/DeleteVpcPeeringConnectionCommand.d.ts +16 -0
- package/dist-types/commands/DeleteVpnConnectionCommand.d.ts +16 -0
- package/dist-types/commands/DeleteVpnConnectionRouteCommand.d.ts +16 -0
- package/dist-types/commands/DeleteVpnGatewayCommand.d.ts +16 -0
- package/dist-types/commands/DeprovisionByoipCidrCommand.d.ts +16 -0
- package/dist-types/commands/DeprovisionIpamPoolCidrCommand.d.ts +16 -0
- package/dist-types/commands/DeprovisionPublicIpv4PoolCidrCommand.d.ts +16 -0
- package/dist-types/commands/DeregisterImageCommand.d.ts +16 -0
- package/dist-types/commands/DeregisterInstanceEventNotificationAttributesCommand.d.ts +16 -0
- package/dist-types/commands/DeregisterTransitGatewayMulticastGroupMembersCommand.d.ts +16 -0
- package/dist-types/commands/DeregisterTransitGatewayMulticastGroupSourcesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeAddressTransfersCommand.d.ts +16 -0
- package/dist-types/commands/DescribeAddressesAttributeCommand.d.ts +16 -0
- package/dist-types/commands/DescribeAddressesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeAggregateIdFormatCommand.d.ts +16 -0
- package/dist-types/commands/DescribeAvailabilityZonesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeAwsNetworkPerformanceMetricSubscriptionsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeBundleTasksCommand.d.ts +16 -0
- package/dist-types/commands/DescribeByoipCidrsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeCapacityReservationFleetsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeCapacityReservationsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeCarrierGatewaysCommand.d.ts +16 -0
- package/dist-types/commands/DescribeClassicLinkInstancesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeClientVpnAuthorizationRulesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeClientVpnConnectionsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeClientVpnEndpointsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeClientVpnRoutesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeClientVpnTargetNetworksCommand.d.ts +16 -0
- package/dist-types/commands/DescribeCoipPoolsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeConversionTasksCommand.d.ts +16 -0
- package/dist-types/commands/DescribeCustomerGatewaysCommand.d.ts +16 -0
- package/dist-types/commands/DescribeDhcpOptionsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeEgressOnlyInternetGatewaysCommand.d.ts +16 -0
- package/dist-types/commands/DescribeElasticGpusCommand.d.ts +16 -0
- package/dist-types/commands/DescribeExportImageTasksCommand.d.ts +16 -0
- package/dist-types/commands/DescribeExportTasksCommand.d.ts +16 -0
- package/dist-types/commands/DescribeFastLaunchImagesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeFastSnapshotRestoresCommand.d.ts +16 -0
- package/dist-types/commands/DescribeFleetHistoryCommand.d.ts +16 -0
- package/dist-types/commands/DescribeFleetInstancesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeFleetsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeFlowLogsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeFpgaImageAttributeCommand.d.ts +16 -0
- package/dist-types/commands/DescribeFpgaImagesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeHostReservationOfferingsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeHostReservationsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeHostsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeIamInstanceProfileAssociationsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeIdFormatCommand.d.ts +16 -0
- package/dist-types/commands/DescribeIdentityIdFormatCommand.d.ts +16 -0
- package/dist-types/commands/DescribeImageAttributeCommand.d.ts +16 -0
- package/dist-types/commands/DescribeImagesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeImportImageTasksCommand.d.ts +16 -0
- package/dist-types/commands/DescribeImportSnapshotTasksCommand.d.ts +16 -0
- package/dist-types/commands/DescribeInstanceAttributeCommand.d.ts +16 -0
- package/dist-types/commands/DescribeInstanceCreditSpecificationsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeInstanceEventNotificationAttributesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeInstanceEventWindowsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeInstanceStatusCommand.d.ts +16 -0
- package/dist-types/commands/DescribeInstanceTypeOfferingsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeInstanceTypesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeInstancesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeInternetGatewaysCommand.d.ts +16 -0
- package/dist-types/commands/DescribeIpamPoolsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeIpamResourceDiscoveriesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeIpamResourceDiscoveryAssociationsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeIpamScopesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeIpamsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeIpv6PoolsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeKeyPairsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeLaunchTemplatesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeLocalGatewayRouteTableVpcAssociationsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeLocalGatewayRouteTablesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeLocalGatewayVirtualInterfacesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeLocalGatewaysCommand.d.ts +16 -0
- package/dist-types/commands/DescribeManagedPrefixListsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeMovingAddressesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeNatGatewaysCommand.d.ts +16 -0
- package/dist-types/commands/DescribeNetworkAclsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeNetworkInsightsAccessScopeAnalysesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeNetworkInsightsAccessScopesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeNetworkInsightsAnalysesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeNetworkInsightsPathsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeNetworkInterfaceAttributeCommand.d.ts +16 -0
- package/dist-types/commands/DescribeNetworkInterfacePermissionsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeNetworkInterfacesCommand.d.ts +16 -0
- package/dist-types/commands/DescribePlacementGroupsCommand.d.ts +16 -0
- package/dist-types/commands/DescribePrefixListsCommand.d.ts +16 -0
- package/dist-types/commands/DescribePrincipalIdFormatCommand.d.ts +16 -0
- package/dist-types/commands/DescribePublicIpv4PoolsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeRegionsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeReplaceRootVolumeTasksCommand.d.ts +16 -0
- package/dist-types/commands/DescribeReservedInstancesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeReservedInstancesListingsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeReservedInstancesModificationsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeReservedInstancesOfferingsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeRouteTablesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeScheduledInstanceAvailabilityCommand.d.ts +16 -0
- package/dist-types/commands/DescribeScheduledInstancesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeSecurityGroupReferencesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeSecurityGroupRulesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeSecurityGroupsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeSnapshotAttributeCommand.d.ts +16 -0
- package/dist-types/commands/DescribeSnapshotTierStatusCommand.d.ts +16 -0
- package/dist-types/commands/DescribeSnapshotsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeSpotDatafeedSubscriptionCommand.d.ts +16 -0
- package/dist-types/commands/DescribeSpotFleetInstancesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeSpotFleetRequestHistoryCommand.d.ts +16 -0
- package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeSpotPriceHistoryCommand.d.ts +16 -0
- package/dist-types/commands/DescribeStaleSecurityGroupsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeStoreImageTasksCommand.d.ts +16 -0
- package/dist-types/commands/DescribeSubnetsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeTagsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeTrafficMirrorFiltersCommand.d.ts +16 -0
- package/dist-types/commands/DescribeTrafficMirrorSessionsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeTrafficMirrorTargetsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeTransitGatewayAttachmentsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeTransitGatewayConnectPeersCommand.d.ts +16 -0
- package/dist-types/commands/DescribeTransitGatewayConnectsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeTransitGatewayMulticastDomainsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeTransitGatewayPeeringAttachmentsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeTransitGatewayPolicyTablesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeTransitGatewayRouteTableAnnouncementsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeTransitGatewayRouteTablesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeTransitGatewayVpcAttachmentsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeTransitGatewaysCommand.d.ts +16 -0
- package/dist-types/commands/DescribeTrunkInterfaceAssociationsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeVerifiedAccessEndpointsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeVerifiedAccessGroupsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeVerifiedAccessInstanceLoggingConfigurationsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeVerifiedAccessInstancesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeVerifiedAccessTrustProvidersCommand.d.ts +16 -0
- package/dist-types/commands/DescribeVolumeAttributeCommand.d.ts +16 -0
- package/dist-types/commands/DescribeVolumeStatusCommand.d.ts +17 -2
- package/dist-types/commands/DescribeVolumesCommand.d.ts +18 -1
- package/dist-types/commands/DescribeVolumesModificationsCommand.d.ts +17 -1
- package/dist-types/commands/DescribeVpcAttributeCommand.d.ts +16 -0
- package/dist-types/commands/DescribeVpcClassicLinkCommand.d.ts +16 -0
- package/dist-types/commands/DescribeVpcClassicLinkDnsSupportCommand.d.ts +16 -0
- package/dist-types/commands/DescribeVpcEndpointConnectionNotificationsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeVpcEndpointConnectionsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeVpcEndpointServiceConfigurationsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeVpcEndpointServicePermissionsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeVpcEndpointServicesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeVpcEndpointsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeVpcPeeringConnectionsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeVpcsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeVpnConnectionsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeVpnGatewaysCommand.d.ts +16 -0
- package/dist-types/commands/DetachClassicLinkVpcCommand.d.ts +16 -0
- package/dist-types/commands/DetachInternetGatewayCommand.d.ts +16 -0
- package/dist-types/commands/DetachNetworkInterfaceCommand.d.ts +16 -0
- package/dist-types/commands/DetachVerifiedAccessTrustProviderCommand.d.ts +16 -0
- package/dist-types/commands/DetachVolumeCommand.d.ts +16 -0
- package/dist-types/commands/DetachVpnGatewayCommand.d.ts +16 -0
- package/dist-types/commands/DisableAddressTransferCommand.d.ts +16 -0
- package/dist-types/commands/DisableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +16 -0
- package/dist-types/commands/DisableEbsEncryptionByDefaultCommand.d.ts +16 -0
- package/dist-types/commands/DisableFastLaunchCommand.d.ts +16 -0
- package/dist-types/commands/DisableFastSnapshotRestoresCommand.d.ts +16 -0
- package/dist-types/commands/DisableImageDeprecationCommand.d.ts +16 -0
- package/dist-types/commands/DisableIpamOrganizationAdminAccountCommand.d.ts +16 -0
- package/dist-types/commands/DisableSerialConsoleAccessCommand.d.ts +16 -0
- package/dist-types/commands/DisableTransitGatewayRouteTablePropagationCommand.d.ts +16 -0
- package/dist-types/commands/DisableVgwRoutePropagationCommand.d.ts +16 -0
- package/dist-types/commands/DisableVpcClassicLinkCommand.d.ts +16 -0
- package/dist-types/commands/DisableVpcClassicLinkDnsSupportCommand.d.ts +16 -0
- package/dist-types/commands/DisassociateAddressCommand.d.ts +16 -0
- package/dist-types/commands/DisassociateClientVpnTargetNetworkCommand.d.ts +16 -0
- package/dist-types/commands/DisassociateEnclaveCertificateIamRoleCommand.d.ts +16 -0
- package/dist-types/commands/DisassociateIamInstanceProfileCommand.d.ts +16 -0
- package/dist-types/commands/DisassociateInstanceEventWindowCommand.d.ts +16 -0
- package/dist-types/commands/DisassociateIpamResourceDiscoveryCommand.d.ts +16 -0
- package/dist-types/commands/DisassociateNatGatewayAddressCommand.d.ts +16 -0
- package/dist-types/commands/DisassociateRouteTableCommand.d.ts +16 -0
- package/dist-types/commands/DisassociateSubnetCidrBlockCommand.d.ts +16 -0
- package/dist-types/commands/DisassociateTransitGatewayMulticastDomainCommand.d.ts +16 -0
- package/dist-types/commands/DisassociateTransitGatewayPolicyTableCommand.d.ts +16 -0
- package/dist-types/commands/DisassociateTransitGatewayRouteTableCommand.d.ts +16 -0
- package/dist-types/commands/DisassociateTrunkInterfaceCommand.d.ts +16 -0
- package/dist-types/commands/DisassociateVpcCidrBlockCommand.d.ts +16 -0
- package/dist-types/commands/EnableAddressTransferCommand.d.ts +16 -0
- package/dist-types/commands/EnableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +16 -0
- package/dist-types/commands/EnableEbsEncryptionByDefaultCommand.d.ts +16 -0
- package/dist-types/commands/EnableFastLaunchCommand.d.ts +16 -0
- package/dist-types/commands/EnableFastSnapshotRestoresCommand.d.ts +16 -0
- package/dist-types/commands/EnableImageDeprecationCommand.d.ts +16 -0
- package/dist-types/commands/EnableIpamOrganizationAdminAccountCommand.d.ts +16 -0
- package/dist-types/commands/EnableReachabilityAnalyzerOrganizationSharingCommand.d.ts +16 -0
- package/dist-types/commands/EnableSerialConsoleAccessCommand.d.ts +16 -0
- package/dist-types/commands/EnableTransitGatewayRouteTablePropagationCommand.d.ts +16 -0
- package/dist-types/commands/EnableVgwRoutePropagationCommand.d.ts +16 -0
- package/dist-types/commands/EnableVolumeIOCommand.d.ts +16 -0
- package/dist-types/commands/EnableVpcClassicLinkCommand.d.ts +16 -0
- package/dist-types/commands/EnableVpcClassicLinkDnsSupportCommand.d.ts +16 -0
- package/dist-types/commands/ExportClientVpnClientCertificateRevocationListCommand.d.ts +16 -0
- package/dist-types/commands/ExportClientVpnClientConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/ExportImageCommand.d.ts +16 -0
- package/dist-types/commands/ExportTransitGatewayRoutesCommand.d.ts +16 -0
- package/dist-types/commands/GetAssociatedEnclaveCertificateIamRolesCommand.d.ts +16 -0
- package/dist-types/commands/GetAssociatedIpv6PoolCidrsCommand.d.ts +16 -0
- package/dist-types/commands/GetAwsNetworkPerformanceDataCommand.d.ts +16 -0
- package/dist-types/commands/GetCapacityReservationUsageCommand.d.ts +16 -0
- package/dist-types/commands/GetCoipPoolUsageCommand.d.ts +16 -0
- package/dist-types/commands/GetConsoleOutputCommand.d.ts +16 -0
- package/dist-types/commands/GetConsoleScreenshotCommand.d.ts +16 -0
- package/dist-types/commands/GetDefaultCreditSpecificationCommand.d.ts +16 -0
- package/dist-types/commands/GetEbsDefaultKmsKeyIdCommand.d.ts +16 -0
- package/dist-types/commands/GetEbsEncryptionByDefaultCommand.d.ts +16 -0
- package/dist-types/commands/GetFlowLogsIntegrationTemplateCommand.d.ts +16 -0
- package/dist-types/commands/GetGroupsForCapacityReservationCommand.d.ts +16 -0
- package/dist-types/commands/GetHostReservationPurchasePreviewCommand.d.ts +16 -0
- package/dist-types/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +16 -0
- package/dist-types/commands/GetInstanceUefiDataCommand.d.ts +16 -0
- package/dist-types/commands/GetIpamAddressHistoryCommand.d.ts +16 -0
- package/dist-types/commands/GetIpamDiscoveredAccountsCommand.d.ts +16 -0
- package/dist-types/commands/GetIpamDiscoveredResourceCidrsCommand.d.ts +16 -0
- package/dist-types/commands/GetIpamPoolAllocationsCommand.d.ts +19 -0
- package/dist-types/commands/GetIpamPoolCidrsCommand.d.ts +16 -0
- package/dist-types/commands/GetIpamResourceCidrsCommand.d.ts +16 -0
- package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +16 -0
- package/dist-types/commands/GetManagedPrefixListAssociationsCommand.d.ts +16 -0
- package/dist-types/commands/GetManagedPrefixListEntriesCommand.d.ts +16 -0
- package/dist-types/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.d.ts +16 -0
- package/dist-types/commands/GetNetworkInsightsAccessScopeContentCommand.d.ts +16 -0
- package/dist-types/commands/GetPasswordDataCommand.d.ts +16 -0
- package/dist-types/commands/GetReservedInstancesExchangeQuoteCommand.d.ts +16 -0
- package/dist-types/commands/GetSerialConsoleAccessStatusCommand.d.ts +16 -0
- package/dist-types/commands/GetSpotPlacementScoresCommand.d.ts +16 -0
- package/dist-types/commands/GetSubnetCidrReservationsCommand.d.ts +16 -0
- package/dist-types/commands/GetTransitGatewayAttachmentPropagationsCommand.d.ts +16 -0
- package/dist-types/commands/GetTransitGatewayMulticastDomainAssociationsCommand.d.ts +16 -0
- package/dist-types/commands/GetTransitGatewayPolicyTableAssociationsCommand.d.ts +16 -0
- package/dist-types/commands/GetTransitGatewayPolicyTableEntriesCommand.d.ts +16 -0
- package/dist-types/commands/GetTransitGatewayPrefixListReferencesCommand.d.ts +16 -0
- package/dist-types/commands/GetTransitGatewayRouteTableAssociationsCommand.d.ts +16 -0
- package/dist-types/commands/GetTransitGatewayRouteTablePropagationsCommand.d.ts +16 -0
- package/dist-types/commands/GetVerifiedAccessEndpointPolicyCommand.d.ts +16 -0
- package/dist-types/commands/GetVerifiedAccessGroupPolicyCommand.d.ts +16 -0
- package/dist-types/commands/GetVpnConnectionDeviceSampleConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/GetVpnConnectionDeviceTypesCommand.d.ts +16 -0
- package/dist-types/commands/ImportClientVpnClientCertificateRevocationListCommand.d.ts +16 -0
- package/dist-types/commands/ImportImageCommand.d.ts +16 -0
- package/dist-types/commands/ImportInstanceCommand.d.ts +16 -0
- package/dist-types/commands/ImportKeyPairCommand.d.ts +16 -0
- package/dist-types/commands/ImportSnapshotCommand.d.ts +16 -0
- package/dist-types/commands/ImportVolumeCommand.d.ts +17 -1
- package/dist-types/commands/ListImagesInRecycleBinCommand.d.ts +17 -1
- package/dist-types/commands/ListSnapshotsInRecycleBinCommand.d.ts +17 -1
- package/dist-types/commands/ModifyAddressAttributeCommand.d.ts +17 -2
- package/dist-types/commands/ModifyAvailabilityZoneGroupCommand.d.ts +16 -0
- package/dist-types/commands/ModifyCapacityReservationCommand.d.ts +16 -0
- package/dist-types/commands/ModifyCapacityReservationFleetCommand.d.ts +16 -0
- package/dist-types/commands/ModifyClientVpnEndpointCommand.d.ts +16 -0
- package/dist-types/commands/ModifyDefaultCreditSpecificationCommand.d.ts +16 -0
- package/dist-types/commands/ModifyEbsDefaultKmsKeyIdCommand.d.ts +16 -0
- package/dist-types/commands/ModifyFleetCommand.d.ts +16 -0
- package/dist-types/commands/ModifyFpgaImageAttributeCommand.d.ts +16 -0
- package/dist-types/commands/ModifyHostsCommand.d.ts +16 -0
- package/dist-types/commands/ModifyIdFormatCommand.d.ts +16 -0
- package/dist-types/commands/ModifyIdentityIdFormatCommand.d.ts +16 -0
- package/dist-types/commands/ModifyImageAttributeCommand.d.ts +16 -0
- package/dist-types/commands/ModifyInstanceAttributeCommand.d.ts +16 -0
- package/dist-types/commands/ModifyInstanceCapacityReservationAttributesCommand.d.ts +16 -0
- package/dist-types/commands/ModifyInstanceCreditSpecificationCommand.d.ts +16 -0
- package/dist-types/commands/ModifyInstanceEventStartTimeCommand.d.ts +16 -0
- package/dist-types/commands/ModifyInstanceEventWindowCommand.d.ts +16 -0
- package/dist-types/commands/ModifyInstanceMaintenanceOptionsCommand.d.ts +16 -0
- package/dist-types/commands/ModifyInstanceMetadataOptionsCommand.d.ts +16 -0
- package/dist-types/commands/ModifyInstancePlacementCommand.d.ts +16 -0
- package/dist-types/commands/ModifyIpamCommand.d.ts +16 -0
- package/dist-types/commands/ModifyIpamPoolCommand.d.ts +16 -0
- package/dist-types/commands/ModifyIpamResourceCidrCommand.d.ts +16 -0
- package/dist-types/commands/ModifyIpamResourceDiscoveryCommand.d.ts +16 -0
- package/dist-types/commands/ModifyIpamScopeCommand.d.ts +16 -0
- package/dist-types/commands/ModifyLaunchTemplateCommand.d.ts +16 -0
- package/dist-types/commands/ModifyLocalGatewayRouteCommand.d.ts +16 -0
- package/dist-types/commands/ModifyManagedPrefixListCommand.d.ts +16 -0
- package/dist-types/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +16 -0
- package/dist-types/commands/ModifyPrivateDnsNameOptionsCommand.d.ts +16 -0
- package/dist-types/commands/ModifyReservedInstancesCommand.d.ts +16 -0
- package/dist-types/commands/ModifySecurityGroupRulesCommand.d.ts +16 -0
- package/dist-types/commands/ModifySnapshotAttributeCommand.d.ts +16 -0
- package/dist-types/commands/ModifySnapshotTierCommand.d.ts +16 -0
- package/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +16 -0
- package/dist-types/commands/ModifySubnetAttributeCommand.d.ts +16 -0
- package/dist-types/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.d.ts +16 -0
- package/dist-types/commands/ModifyTrafficMirrorFilterRuleCommand.d.ts +16 -0
- package/dist-types/commands/ModifyTrafficMirrorSessionCommand.d.ts +16 -0
- package/dist-types/commands/ModifyTransitGatewayCommand.d.ts +16 -0
- package/dist-types/commands/ModifyTransitGatewayPrefixListReferenceCommand.d.ts +16 -0
- package/dist-types/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +16 -0
- package/dist-types/commands/ModifyVerifiedAccessEndpointCommand.d.ts +16 -0
- package/dist-types/commands/ModifyVerifiedAccessEndpointPolicyCommand.d.ts +16 -0
- package/dist-types/commands/ModifyVerifiedAccessGroupCommand.d.ts +16 -0
- package/dist-types/commands/ModifyVerifiedAccessGroupPolicyCommand.d.ts +16 -0
- package/dist-types/commands/ModifyVerifiedAccessInstanceCommand.d.ts +16 -0
- package/dist-types/commands/ModifyVerifiedAccessInstanceLoggingConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/ModifyVerifiedAccessTrustProviderCommand.d.ts +16 -0
- package/dist-types/commands/ModifyVolumeAttributeCommand.d.ts +16 -0
- package/dist-types/commands/ModifyVolumeCommand.d.ts +16 -0
- package/dist-types/commands/ModifyVpcAttributeCommand.d.ts +16 -0
- package/dist-types/commands/ModifyVpcEndpointCommand.d.ts +16 -0
- package/dist-types/commands/ModifyVpcEndpointConnectionNotificationCommand.d.ts +16 -0
- package/dist-types/commands/ModifyVpcEndpointServiceConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.d.ts +16 -0
- package/dist-types/commands/ModifyVpcEndpointServicePermissionsCommand.d.ts +16 -0
- package/dist-types/commands/ModifyVpcPeeringConnectionOptionsCommand.d.ts +16 -0
- package/dist-types/commands/ModifyVpcTenancyCommand.d.ts +16 -0
- package/dist-types/commands/ModifyVpnConnectionCommand.d.ts +16 -0
- package/dist-types/commands/ModifyVpnConnectionOptionsCommand.d.ts +16 -0
- package/dist-types/commands/ModifyVpnTunnelCertificateCommand.d.ts +16 -0
- package/dist-types/commands/ModifyVpnTunnelOptionsCommand.d.ts +16 -0
- package/dist-types/commands/MonitorInstancesCommand.d.ts +16 -0
- package/dist-types/commands/MoveAddressToVpcCommand.d.ts +16 -0
- package/dist-types/commands/MoveByoipCidrToIpamCommand.d.ts +16 -0
- package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +16 -0
- package/dist-types/commands/ProvisionIpamPoolCidrCommand.d.ts +16 -0
- package/dist-types/commands/ProvisionPublicIpv4PoolCidrCommand.d.ts +16 -0
- package/dist-types/commands/PurchaseHostReservationCommand.d.ts +16 -0
- package/dist-types/commands/PurchaseReservedInstancesOfferingCommand.d.ts +16 -0
- package/dist-types/commands/PurchaseScheduledInstancesCommand.d.ts +16 -0
- package/dist-types/commands/RebootInstancesCommand.d.ts +16 -0
- package/dist-types/commands/RegisterImageCommand.d.ts +16 -0
- package/dist-types/commands/RegisterInstanceEventNotificationAttributesCommand.d.ts +16 -0
- package/dist-types/commands/RegisterTransitGatewayMulticastGroupMembersCommand.d.ts +16 -0
- package/dist-types/commands/RegisterTransitGatewayMulticastGroupSourcesCommand.d.ts +16 -0
- package/dist-types/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.d.ts +16 -0
- package/dist-types/commands/RejectTransitGatewayPeeringAttachmentCommand.d.ts +16 -0
- package/dist-types/commands/RejectTransitGatewayVpcAttachmentCommand.d.ts +16 -0
- package/dist-types/commands/RejectVpcEndpointConnectionsCommand.d.ts +16 -0
- package/dist-types/commands/RejectVpcPeeringConnectionCommand.d.ts +16 -0
- package/dist-types/commands/ReleaseAddressCommand.d.ts +16 -0
- package/dist-types/commands/ReleaseHostsCommand.d.ts +16 -0
- package/dist-types/commands/ReleaseIpamPoolAllocationCommand.d.ts +19 -0
- package/dist-types/commands/ReplaceIamInstanceProfileAssociationCommand.d.ts +16 -0
- package/dist-types/commands/ReplaceNetworkAclAssociationCommand.d.ts +16 -0
- package/dist-types/commands/ReplaceNetworkAclEntryCommand.d.ts +16 -0
- package/dist-types/commands/ReplaceRouteCommand.d.ts +16 -0
- package/dist-types/commands/ReplaceRouteTableAssociationCommand.d.ts +16 -0
- package/dist-types/commands/ReplaceTransitGatewayRouteCommand.d.ts +16 -0
- package/dist-types/commands/ReportInstanceStatusCommand.d.ts +16 -0
- package/dist-types/commands/RequestSpotFleetCommand.d.ts +16 -0
- package/dist-types/commands/RequestSpotInstancesCommand.d.ts +16 -0
- package/dist-types/commands/ResetAddressAttributeCommand.d.ts +16 -0
- package/dist-types/commands/ResetEbsDefaultKmsKeyIdCommand.d.ts +16 -0
- package/dist-types/commands/ResetFpgaImageAttributeCommand.d.ts +16 -0
- package/dist-types/commands/ResetImageAttributeCommand.d.ts +16 -0
- package/dist-types/commands/ResetInstanceAttributeCommand.d.ts +16 -0
- package/dist-types/commands/ResetNetworkInterfaceAttributeCommand.d.ts +16 -0
- package/dist-types/commands/ResetSnapshotAttributeCommand.d.ts +16 -0
- package/dist-types/commands/RestoreAddressToClassicCommand.d.ts +16 -0
- package/dist-types/commands/RestoreImageFromRecycleBinCommand.d.ts +16 -0
- package/dist-types/commands/RestoreManagedPrefixListVersionCommand.d.ts +16 -0
- package/dist-types/commands/RestoreSnapshotFromRecycleBinCommand.d.ts +16 -0
- package/dist-types/commands/RestoreSnapshotTierCommand.d.ts +16 -0
- package/dist-types/commands/RevokeClientVpnIngressCommand.d.ts +16 -0
- package/dist-types/commands/RevokeSecurityGroupEgressCommand.d.ts +16 -0
- package/dist-types/commands/RevokeSecurityGroupIngressCommand.d.ts +16 -0
- package/dist-types/commands/RunInstancesCommand.d.ts +16 -0
- package/dist-types/commands/RunScheduledInstancesCommand.d.ts +16 -0
- package/dist-types/commands/SearchLocalGatewayRoutesCommand.d.ts +16 -0
- package/dist-types/commands/SearchTransitGatewayMulticastGroupsCommand.d.ts +16 -0
- package/dist-types/commands/SearchTransitGatewayRoutesCommand.d.ts +16 -0
- package/dist-types/commands/SendDiagnosticInterruptCommand.d.ts +16 -0
- package/dist-types/commands/StartInstancesCommand.d.ts +16 -0
- package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +16 -0
- package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +18 -1
- package/dist-types/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.d.ts +17 -1
- package/dist-types/commands/StopInstancesCommand.d.ts +17 -1
- package/dist-types/commands/TerminateClientVpnConnectionsCommand.d.ts +17 -1
- package/dist-types/commands/TerminateInstancesCommand.d.ts +17 -2
- package/dist-types/commands/UnassignIpv6AddressesCommand.d.ts +16 -0
- package/dist-types/commands/UnassignPrivateIpAddressesCommand.d.ts +16 -0
- package/dist-types/commands/UnassignPrivateNatGatewayAddressCommand.d.ts +16 -0
- package/dist-types/commands/UnmonitorInstancesCommand.d.ts +16 -0
- package/dist-types/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.d.ts +16 -0
- package/dist-types/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.d.ts +16 -0
- package/dist-types/commands/WithdrawByoipCidrCommand.d.ts +16 -0
- package/dist-types/models/EC2ServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +807 -100
- package/dist-types/models/models_1.d.ts +786 -233
- package/dist-types/models/models_2.d.ts +912 -143
- package/dist-types/models/models_3.d.ts +825 -229
- package/dist-types/models/models_4.d.ts +897 -358
- package/dist-types/models/models_5.d.ts +1099 -200
- package/dist-types/models/models_6.d.ts +940 -163
- package/dist-types/models/models_7.d.ts +228 -0
- package/dist-types/pagination/DescribeAddressTransfersPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeAddressesAttributePaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeAwsNetworkPerformanceMetricSubscriptionsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeByoipCidrsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeCapacityReservationFleetsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeCapacityReservationsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeCarrierGatewaysPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeClassicLinkInstancesPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeClientVpnAuthorizationRulesPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeClientVpnConnectionsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeClientVpnEndpointsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeClientVpnRoutesPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeClientVpnTargetNetworksPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeCoipPoolsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeDhcpOptionsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeEgressOnlyInternetGatewaysPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeExportImageTasksPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeFastLaunchImagesPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeFastSnapshotRestoresPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeFleetsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeFlowLogsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeFpgaImagesPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeHostReservationOfferingsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeHostReservationsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeHostsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeIamInstanceProfileAssociationsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeImagesPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeImportImageTasksPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeImportSnapshotTasksPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeInstanceCreditSpecificationsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeInstanceEventWindowsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeInstanceStatusPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeInstanceTypeOfferingsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeInstanceTypesPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeInstancesPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeInternetGatewaysPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeIpamPoolsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeIpamResourceDiscoveriesPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeIpamResourceDiscoveryAssociationsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeIpamScopesPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeIpamsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeIpv6PoolsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeLaunchTemplateVersionsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeLaunchTemplatesPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeLocalGatewayRouteTableVpcAssociationsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeLocalGatewayRouteTablesPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeLocalGatewayVirtualInterfaceGroupsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeLocalGatewayVirtualInterfacesPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeLocalGatewaysPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeManagedPrefixListsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeMovingAddressesPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeNatGatewaysPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeNetworkAclsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeNetworkInsightsAccessScopeAnalysesPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeNetworkInsightsAccessScopesPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeNetworkInsightsAnalysesPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeNetworkInsightsPathsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeNetworkInterfacePermissionsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeNetworkInterfacesPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribePrefixListsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribePrincipalIdFormatPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribePublicIpv4PoolsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeReplaceRootVolumeTasksPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeReservedInstancesModificationsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeReservedInstancesOfferingsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeRouteTablesPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeScheduledInstanceAvailabilityPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeScheduledInstancesPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeSecurityGroupRulesPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeSecurityGroupsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeSnapshotTierStatusPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeSnapshotsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeSpotFleetRequestsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeSpotInstanceRequestsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeSpotPriceHistoryPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeStaleSecurityGroupsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeStoreImageTasksPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeSubnetsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeTagsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeTrafficMirrorFiltersPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeTrafficMirrorSessionsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeTrafficMirrorTargetsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeTransitGatewayAttachmentsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeTransitGatewayConnectPeersPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeTransitGatewayConnectsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeTransitGatewayMulticastDomainsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeTransitGatewayPeeringAttachmentsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeTransitGatewayPolicyTablesPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeTransitGatewayRouteTableAnnouncementsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeTransitGatewayRouteTablesPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeTransitGatewayVpcAttachmentsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeTransitGatewaysPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeTrunkInterfaceAssociationsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeVerifiedAccessEndpointsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeVerifiedAccessGroupsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeVerifiedAccessInstanceLoggingConfigurationsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeVerifiedAccessInstancesPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeVerifiedAccessTrustProvidersPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeVolumeStatusPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeVolumesModificationsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeVolumesPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeVpcClassicLinkDnsSupportPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeVpcEndpointConnectionNotificationsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeVpcEndpointConnectionsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeVpcEndpointServiceConfigurationsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeVpcEndpointServicePermissionsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeVpcEndpointsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeVpcPeeringConnectionsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeVpcsPaginator.d.ts +3 -0
- package/dist-types/pagination/GetAssociatedIpv6PoolCidrsPaginator.d.ts +3 -0
- package/dist-types/pagination/GetAwsNetworkPerformanceDataPaginator.d.ts +3 -0
- package/dist-types/pagination/GetGroupsForCapacityReservationPaginator.d.ts +3 -0
- package/dist-types/pagination/GetInstanceTypesFromInstanceRequirementsPaginator.d.ts +3 -0
- package/dist-types/pagination/GetIpamAddressHistoryPaginator.d.ts +3 -0
- package/dist-types/pagination/GetIpamDiscoveredAccountsPaginator.d.ts +3 -0
- package/dist-types/pagination/GetIpamDiscoveredResourceCidrsPaginator.d.ts +3 -0
- package/dist-types/pagination/GetIpamPoolAllocationsPaginator.d.ts +3 -0
- package/dist-types/pagination/GetIpamPoolCidrsPaginator.d.ts +3 -0
- package/dist-types/pagination/GetIpamResourceCidrsPaginator.d.ts +3 -0
- package/dist-types/pagination/GetManagedPrefixListAssociationsPaginator.d.ts +3 -0
- package/dist-types/pagination/GetManagedPrefixListEntriesPaginator.d.ts +3 -0
- package/dist-types/pagination/GetSpotPlacementScoresPaginator.d.ts +3 -0
- package/dist-types/pagination/GetTransitGatewayAttachmentPropagationsPaginator.d.ts +3 -0
- package/dist-types/pagination/GetTransitGatewayMulticastDomainAssociationsPaginator.d.ts +3 -0
- package/dist-types/pagination/GetTransitGatewayPolicyTableAssociationsPaginator.d.ts +3 -0
- package/dist-types/pagination/GetTransitGatewayPrefixListReferencesPaginator.d.ts +3 -0
- package/dist-types/pagination/GetTransitGatewayRouteTableAssociationsPaginator.d.ts +3 -0
- package/dist-types/pagination/GetTransitGatewayRouteTablePropagationsPaginator.d.ts +3 -0
- package/dist-types/pagination/GetVpnConnectionDeviceTypesPaginator.d.ts +3 -0
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListImagesInRecycleBinPaginator.d.ts +3 -0
- package/dist-types/pagination/ListSnapshotsInRecycleBinPaginator.d.ts +3 -0
- package/dist-types/pagination/SearchLocalGatewayRoutesPaginator.d.ts +3 -0
- package/dist-types/pagination/SearchTransitGatewayMulticastGroupsPaginator.d.ts +3 -0
- package/dist-types/ts3.4/commands/CreateReplaceRootVolumeTaskCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreateReservedInstancesListingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateRouteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateRouteTableCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DeleteSubnetCidrReservationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteSubnetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTrafficMirrorFilterCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTrafficMirrorFilterRuleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTrafficMirrorSessionCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeVolumeStatusCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeVolumesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeVolumesModificationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ImportVolumeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListImagesInRecycleBinCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSnapshotsInRecycleBinCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyAddressAttributeCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/StartNetworkInsightsAnalysisCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TerminateClientVpnConnectionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TerminateInstancesCommand.d.ts +4 -2
- package/dist-types/ts3.4/models/models_0.d.ts +59 -36
- package/dist-types/ts3.4/models/models_1.d.ts +74 -87
- package/dist-types/ts3.4/models/models_2.d.ts +83 -61
- package/dist-types/ts3.4/models/models_3.d.ts +63 -89
- package/dist-types/ts3.4/models/models_4.d.ts +89 -94
- package/dist-types/ts3.4/models/models_5.d.ts +91 -83
- package/dist-types/ts3.4/models/models_6.d.ts +84 -73
- package/dist-types/ts3.4/models/models_7.d.ts +68 -0
- package/package.json +31 -31
|
@@ -1,13 +1,364 @@
|
|
|
1
1
|
import { _InstanceType, AccessScopeAnalysisFinding, AddressTransfer, AllowedPrincipal, AssociationStatus, CapacityReservationState, CurrencyCodeValues, IamInstanceProfileAssociation, InstanceEventWindow, IpamPoolAllocation, IpamResourceDiscoveryAssociation, NatGatewayAddress, SubnetAssociation, SubnetIpv6CidrBlockAssociation, Tag, TagSpecification, TargetConfigurationRequest, TransitGatewayAssociation, TransitGatewayAssociationState, TransitGatewayAttachmentResourceType, TransitGatewayMulticastDomainAssociations, TransitGatewayPolicyTableAssociation, VerifiedAccessInstance, VerifiedAccessTrustProvider, VpcCidrBlockAssociation, VpcIpv6CidrBlockAssociation, VpcPeeringConnection } from "./models_0";
|
|
2
|
-
import { DiskImageFormat, InstanceRequirementsRequest, IpamResourceTag, NetworkInsightsAccessScopeContent, Placement, PlatformValues, RequestIpamResourceTag, ResponseLaunchTemplateData, ShutdownBehavior, TargetCapacityUnitType, Vpc } from "./models_1";
|
|
3
|
-
import { ConnectionNotification, DnsEntry, DnsNameState, IpAddressType, PayerResponsibility, ServiceConfiguration, ServiceConnectivityType, ServiceTypeDetail, State, SubnetCidrReservation, TransitGatewayPrefixListReference, VpcEndpoint, VpnConnection, VpnGateway } from "./models_2";
|
|
2
|
+
import { DiskImageFormat, InstanceRequirementsRequest, IpamResourceTag, NetworkInsightsAccessScopeContent, Placement, PlatformValues, RequestIpamResourceTag, ResponseLaunchTemplateData, ShutdownBehavior, TargetCapacityUnitType, VolumeType, Vpc } from "./models_1";
|
|
3
|
+
import { ConnectionNotification, DnsEntry, DnsNameState, IpAddressType, PayerResponsibility, ServiceConfiguration, ServiceConnectivityType, ServiceTypeDetail, State, SubnetCidrReservation, TransitGatewayPrefixListReference, Volume, VpcEndpoint, VpnConnection, VpnGateway } from "./models_2";
|
|
4
4
|
import { ArchitectureValues, AttributeBooleanValue, BootModeValues, ConversionTask, ExportTaskS3Location, FastLaunchLaunchTemplateSpecificationResponse, FastLaunchResourceType, FastLaunchSnapshotConfigurationResponse, FastLaunchStateCode, FastSnapshotRestoreStateCode, Filter, ImportImageLicenseConfigurationResponse, IpamPoolCidr, MetricType, PaymentOption, PeriodType, SnapshotDetail, SnapshotTaskDetail, StatisticType, VirtualizationType } from "./models_3";
|
|
5
|
-
import { AnalysisStatus, ArchitectureType
|
|
5
|
+
import { AnalysisStatus, ArchitectureType } from "./models_4";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export interface DescribeVolumesResult {
|
|
10
|
+
/**
|
|
11
|
+
* <p>Information about the volumes.</p>
|
|
12
|
+
*/
|
|
13
|
+
Volumes?: Volume[];
|
|
14
|
+
/**
|
|
15
|
+
* <p>The token to include in another request to get the next page of items.
|
|
16
|
+
* This value is <code>null</code> when there are no more items to return.</p>
|
|
17
|
+
*/
|
|
18
|
+
NextToken?: string;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* @public
|
|
22
|
+
*/
|
|
23
|
+
export interface DescribeVolumesModificationsRequest {
|
|
24
|
+
/**
|
|
25
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
26
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
27
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
28
|
+
*/
|
|
29
|
+
DryRun?: boolean;
|
|
30
|
+
/**
|
|
31
|
+
* <p>The IDs of the volumes.</p>
|
|
32
|
+
*/
|
|
33
|
+
VolumeIds?: string[];
|
|
34
|
+
/**
|
|
35
|
+
* <p>The filters.</p>
|
|
36
|
+
* <ul>
|
|
37
|
+
* <li>
|
|
38
|
+
* <p>
|
|
39
|
+
* <code>modification-state</code> - The current modification state (modifying |
|
|
40
|
+
* optimizing | completed | failed).</p>
|
|
41
|
+
* </li>
|
|
42
|
+
* <li>
|
|
43
|
+
* <p>
|
|
44
|
+
* <code>original-iops</code> - The original IOPS rate of the volume.</p>
|
|
45
|
+
* </li>
|
|
46
|
+
* <li>
|
|
47
|
+
* <p>
|
|
48
|
+
* <code>original-size</code> - The original size of the volume, in GiB.</p>
|
|
49
|
+
* </li>
|
|
50
|
+
* <li>
|
|
51
|
+
* <p>
|
|
52
|
+
* <code>original-volume-type</code> - The original volume type of the volume (standard |
|
|
53
|
+
* io1 | io2 | gp2 | sc1 | st1).</p>
|
|
54
|
+
* </li>
|
|
55
|
+
* <li>
|
|
56
|
+
* <p>
|
|
57
|
+
* <code>originalMultiAttachEnabled</code> - Indicates whether Multi-Attach support was enabled (true | false).</p>
|
|
58
|
+
* </li>
|
|
59
|
+
* <li>
|
|
60
|
+
* <p>
|
|
61
|
+
* <code>start-time</code> - The modification start time.</p>
|
|
62
|
+
* </li>
|
|
63
|
+
* <li>
|
|
64
|
+
* <p>
|
|
65
|
+
* <code>target-iops</code> - The target IOPS rate of the volume.</p>
|
|
66
|
+
* </li>
|
|
67
|
+
* <li>
|
|
68
|
+
* <p>
|
|
69
|
+
* <code>target-size</code> - The target size of the volume, in GiB.</p>
|
|
70
|
+
* </li>
|
|
71
|
+
* <li>
|
|
72
|
+
* <p>
|
|
73
|
+
* <code>target-volume-type</code> - The target volume type of the volume (standard |
|
|
74
|
+
* io1 | io2 | gp2 | sc1 | st1).</p>
|
|
75
|
+
* </li>
|
|
76
|
+
* <li>
|
|
77
|
+
* <p>
|
|
78
|
+
* <code>targetMultiAttachEnabled</code> - Indicates whether Multi-Attach support is to be enabled (true | false).</p>
|
|
79
|
+
* </li>
|
|
80
|
+
* <li>
|
|
81
|
+
* <p>
|
|
82
|
+
* <code>volume-id</code> - The ID of the volume.</p>
|
|
83
|
+
* </li>
|
|
84
|
+
* </ul>
|
|
85
|
+
*/
|
|
86
|
+
Filters?: Filter[];
|
|
87
|
+
/**
|
|
88
|
+
* <p>The token returned by a previous paginated request.
|
|
89
|
+
* Pagination continues from the end of the items returned by the previous request.</p>
|
|
90
|
+
*/
|
|
91
|
+
NextToken?: string;
|
|
92
|
+
/**
|
|
93
|
+
* <p>The maximum number of results (up to a limit of 500) to be returned in a paginated
|
|
94
|
+
* request. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
|
|
95
|
+
*/
|
|
96
|
+
MaxResults?: number;
|
|
97
|
+
}
|
|
98
|
+
/**
|
|
99
|
+
* @public
|
|
100
|
+
*/
|
|
101
|
+
export declare enum VolumeModificationState {
|
|
102
|
+
completed = "completed",
|
|
103
|
+
failed = "failed",
|
|
104
|
+
modifying = "modifying",
|
|
105
|
+
optimizing = "optimizing"
|
|
106
|
+
}
|
|
107
|
+
/**
|
|
108
|
+
* @public
|
|
109
|
+
* <p>Describes the modification status of an EBS volume.</p>
|
|
110
|
+
* <p>If the volume has never been modified, some element values will be null.</p>
|
|
111
|
+
*/
|
|
112
|
+
export interface VolumeModification {
|
|
113
|
+
/**
|
|
114
|
+
* <p>The ID of the volume.</p>
|
|
115
|
+
*/
|
|
116
|
+
VolumeId?: string;
|
|
117
|
+
/**
|
|
118
|
+
* <p>The current modification state. The modification state is null for unmodified
|
|
119
|
+
* volumes.</p>
|
|
120
|
+
*/
|
|
121
|
+
ModificationState?: VolumeModificationState | string;
|
|
122
|
+
/**
|
|
123
|
+
* <p>A status message about the modification progress or failure.</p>
|
|
124
|
+
*/
|
|
125
|
+
StatusMessage?: string;
|
|
126
|
+
/**
|
|
127
|
+
* <p>The target size of the volume, in GiB.</p>
|
|
128
|
+
*/
|
|
129
|
+
TargetSize?: number;
|
|
130
|
+
/**
|
|
131
|
+
* <p>The target IOPS rate of the volume.</p>
|
|
132
|
+
*/
|
|
133
|
+
TargetIops?: number;
|
|
134
|
+
/**
|
|
135
|
+
* <p>The target EBS volume type of the volume.</p>
|
|
136
|
+
*/
|
|
137
|
+
TargetVolumeType?: VolumeType | string;
|
|
138
|
+
/**
|
|
139
|
+
* <p>The target throughput of the volume, in MiB/s.</p>
|
|
140
|
+
*/
|
|
141
|
+
TargetThroughput?: number;
|
|
142
|
+
/**
|
|
143
|
+
* <p>The target setting for Amazon EBS Multi-Attach.</p>
|
|
144
|
+
*/
|
|
145
|
+
TargetMultiAttachEnabled?: boolean;
|
|
146
|
+
/**
|
|
147
|
+
* <p>The original size of the volume, in GiB.</p>
|
|
148
|
+
*/
|
|
149
|
+
OriginalSize?: number;
|
|
150
|
+
/**
|
|
151
|
+
* <p>The original IOPS rate of the volume.</p>
|
|
152
|
+
*/
|
|
153
|
+
OriginalIops?: number;
|
|
154
|
+
/**
|
|
155
|
+
* <p>The original EBS volume type of the volume.</p>
|
|
156
|
+
*/
|
|
157
|
+
OriginalVolumeType?: VolumeType | string;
|
|
158
|
+
/**
|
|
159
|
+
* <p>The original throughput of the volume, in MiB/s.</p>
|
|
160
|
+
*/
|
|
161
|
+
OriginalThroughput?: number;
|
|
162
|
+
/**
|
|
163
|
+
* <p>The original setting for Amazon EBS Multi-Attach.</p>
|
|
164
|
+
*/
|
|
165
|
+
OriginalMultiAttachEnabled?: boolean;
|
|
166
|
+
/**
|
|
167
|
+
* <p>The modification progress, from 0 to 100 percent complete.</p>
|
|
168
|
+
*/
|
|
169
|
+
Progress?: number;
|
|
170
|
+
/**
|
|
171
|
+
* <p>The modification start time.</p>
|
|
172
|
+
*/
|
|
173
|
+
StartTime?: Date;
|
|
174
|
+
/**
|
|
175
|
+
* <p>The modification completion or failure time.</p>
|
|
176
|
+
*/
|
|
177
|
+
EndTime?: Date;
|
|
178
|
+
}
|
|
179
|
+
/**
|
|
180
|
+
* @public
|
|
181
|
+
*/
|
|
182
|
+
export interface DescribeVolumesModificationsResult {
|
|
183
|
+
/**
|
|
184
|
+
* <p>Information about the volume modifications.</p>
|
|
185
|
+
*/
|
|
186
|
+
VolumesModifications?: VolumeModification[];
|
|
187
|
+
/**
|
|
188
|
+
* <p>The token to include in another request to get the next page of items.
|
|
189
|
+
* This value is <code>null</code> if there are no more items to return.</p>
|
|
190
|
+
*/
|
|
191
|
+
NextToken?: string;
|
|
192
|
+
}
|
|
193
|
+
/**
|
|
194
|
+
* @public
|
|
195
|
+
*/
|
|
196
|
+
export interface DescribeVolumeStatusRequest {
|
|
197
|
+
/**
|
|
198
|
+
* <p>The filters.</p>
|
|
199
|
+
* <ul>
|
|
200
|
+
* <li>
|
|
201
|
+
* <p>
|
|
202
|
+
* <code>action.code</code> - The action code for the event (for example,
|
|
203
|
+
* <code>enable-volume-io</code>).</p>
|
|
204
|
+
* </li>
|
|
205
|
+
* <li>
|
|
206
|
+
* <p>
|
|
207
|
+
* <code>action.description</code> - A description of the action.</p>
|
|
208
|
+
* </li>
|
|
209
|
+
* <li>
|
|
210
|
+
* <p>
|
|
211
|
+
* <code>action.event-id</code> - The event ID associated with the action.</p>
|
|
212
|
+
* </li>
|
|
213
|
+
* <li>
|
|
214
|
+
* <p>
|
|
215
|
+
* <code>availability-zone</code> - The Availability Zone of the instance.</p>
|
|
216
|
+
* </li>
|
|
217
|
+
* <li>
|
|
218
|
+
* <p>
|
|
219
|
+
* <code>event.description</code> - A description of the event.</p>
|
|
220
|
+
* </li>
|
|
221
|
+
* <li>
|
|
222
|
+
* <p>
|
|
223
|
+
* <code>event.event-id</code> - The event ID.</p>
|
|
224
|
+
* </li>
|
|
225
|
+
* <li>
|
|
226
|
+
* <p>
|
|
227
|
+
* <code>event.event-type</code> - The event type (for <code>io-enabled</code>:
|
|
228
|
+
* <code>passed</code> | <code>failed</code>; for <code>io-performance</code>:
|
|
229
|
+
* <code>io-performance:degraded</code> | <code>io-performance:severely-degraded</code> |
|
|
230
|
+
* <code>io-performance:stalled</code>).</p>
|
|
231
|
+
* </li>
|
|
232
|
+
* <li>
|
|
233
|
+
* <p>
|
|
234
|
+
* <code>event.not-after</code> - The latest end time for the event.</p>
|
|
235
|
+
* </li>
|
|
236
|
+
* <li>
|
|
237
|
+
* <p>
|
|
238
|
+
* <code>event.not-before</code> - The earliest start time for the event.</p>
|
|
239
|
+
* </li>
|
|
240
|
+
* <li>
|
|
241
|
+
* <p>
|
|
242
|
+
* <code>volume-status.details-name</code> - The cause for
|
|
243
|
+
* <code>volume-status.status</code> (<code>io-enabled</code> |
|
|
244
|
+
* <code>io-performance</code>).</p>
|
|
245
|
+
* </li>
|
|
246
|
+
* <li>
|
|
247
|
+
* <p>
|
|
248
|
+
* <code>volume-status.details-status</code> - The status of
|
|
249
|
+
* <code>volume-status.details-name</code> (for <code>io-enabled</code>:
|
|
250
|
+
* <code>passed</code> | <code>failed</code>; for <code>io-performance</code>:
|
|
251
|
+
* <code>normal</code> | <code>degraded</code> | <code>severely-degraded</code> |
|
|
252
|
+
* <code>stalled</code>).</p>
|
|
253
|
+
* </li>
|
|
254
|
+
* <li>
|
|
255
|
+
* <p>
|
|
256
|
+
* <code>volume-status.status</code> - The status of the volume (<code>ok</code> |
|
|
257
|
+
* <code>impaired</code> | <code>warning</code> | <code>insufficient-data</code>).</p>
|
|
258
|
+
* </li>
|
|
259
|
+
* </ul>
|
|
260
|
+
*/
|
|
261
|
+
Filters?: Filter[];
|
|
262
|
+
/**
|
|
263
|
+
* <p>The maximum number of items to return for this request. To get the next page of items,
|
|
264
|
+
* make another request with the token returned in the output. This value can be between 5 and 1,000;
|
|
265
|
+
* if the value is larger than 1,000, only 1,000 results are returned. If this parameter is not used,
|
|
266
|
+
* then all items are returned. You cannot specify this parameter and the volume IDs parameter in the
|
|
267
|
+
* same request. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
|
|
268
|
+
*/
|
|
269
|
+
MaxResults?: number;
|
|
270
|
+
/**
|
|
271
|
+
* <p>The token returned from a previous paginated request.
|
|
272
|
+
* Pagination continues from the end of the items returned by the previous request.</p>
|
|
273
|
+
*/
|
|
274
|
+
NextToken?: string;
|
|
275
|
+
/**
|
|
276
|
+
* <p>The IDs of the volumes.</p>
|
|
277
|
+
* <p>Default: Describes all your volumes.</p>
|
|
278
|
+
*/
|
|
279
|
+
VolumeIds?: string[];
|
|
280
|
+
/**
|
|
281
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
282
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
283
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
284
|
+
*/
|
|
285
|
+
DryRun?: boolean;
|
|
286
|
+
}
|
|
287
|
+
/**
|
|
288
|
+
* @public
|
|
289
|
+
* <p>Describes a volume status operation code.</p>
|
|
290
|
+
*/
|
|
291
|
+
export interface VolumeStatusAction {
|
|
292
|
+
/**
|
|
293
|
+
* <p>The code identifying the operation, for example, <code>enable-volume-io</code>.</p>
|
|
294
|
+
*/
|
|
295
|
+
Code?: string;
|
|
296
|
+
/**
|
|
297
|
+
* <p>A description of the operation.</p>
|
|
298
|
+
*/
|
|
299
|
+
Description?: string;
|
|
300
|
+
/**
|
|
301
|
+
* <p>The ID of the event associated with this operation.</p>
|
|
302
|
+
*/
|
|
303
|
+
EventId?: string;
|
|
304
|
+
/**
|
|
305
|
+
* <p>The event type associated with this operation.</p>
|
|
306
|
+
*/
|
|
307
|
+
EventType?: string;
|
|
308
|
+
}
|
|
309
|
+
/**
|
|
310
|
+
* @public
|
|
311
|
+
* <p>Information about the instances to which the volume is attached.</p>
|
|
312
|
+
*/
|
|
313
|
+
export interface VolumeStatusAttachmentStatus {
|
|
314
|
+
/**
|
|
315
|
+
* <p>The maximum IOPS supported by the attached instance.</p>
|
|
316
|
+
*/
|
|
317
|
+
IoPerformance?: string;
|
|
318
|
+
/**
|
|
319
|
+
* <p>The ID of the attached instance.</p>
|
|
320
|
+
*/
|
|
321
|
+
InstanceId?: string;
|
|
322
|
+
}
|
|
323
|
+
/**
|
|
324
|
+
* @public
|
|
325
|
+
* <p>Describes a volume status event.</p>
|
|
326
|
+
*/
|
|
327
|
+
export interface VolumeStatusEvent {
|
|
328
|
+
/**
|
|
329
|
+
* <p>A description of the event.</p>
|
|
330
|
+
*/
|
|
331
|
+
Description?: string;
|
|
332
|
+
/**
|
|
333
|
+
* <p>The ID of this event.</p>
|
|
334
|
+
*/
|
|
335
|
+
EventId?: string;
|
|
336
|
+
/**
|
|
337
|
+
* <p>The type of this event.</p>
|
|
338
|
+
*/
|
|
339
|
+
EventType?: string;
|
|
340
|
+
/**
|
|
341
|
+
* <p>The latest end time of the event.</p>
|
|
342
|
+
*/
|
|
343
|
+
NotAfter?: Date;
|
|
344
|
+
/**
|
|
345
|
+
* <p>The earliest start time of the event.</p>
|
|
346
|
+
*/
|
|
347
|
+
NotBefore?: Date;
|
|
348
|
+
/**
|
|
349
|
+
* <p>The ID of the instance associated with the event.</p>
|
|
350
|
+
*/
|
|
351
|
+
InstanceId?: string;
|
|
352
|
+
}
|
|
353
|
+
/**
|
|
354
|
+
* @public
|
|
355
|
+
*/
|
|
6
356
|
export declare enum VolumeStatusName {
|
|
7
357
|
io_enabled = "io-enabled",
|
|
8
358
|
io_performance = "io-performance"
|
|
9
359
|
}
|
|
10
360
|
/**
|
|
361
|
+
* @public
|
|
11
362
|
* <p>Describes a volume status.</p>
|
|
12
363
|
*/
|
|
13
364
|
export interface VolumeStatusDetails {
|
|
@@ -20,12 +371,16 @@ export interface VolumeStatusDetails {
|
|
|
20
371
|
*/
|
|
21
372
|
Status?: string;
|
|
22
373
|
}
|
|
374
|
+
/**
|
|
375
|
+
* @public
|
|
376
|
+
*/
|
|
23
377
|
export declare enum VolumeStatusInfoStatus {
|
|
24
378
|
impaired = "impaired",
|
|
25
379
|
insufficient_data = "insufficient-data",
|
|
26
380
|
ok = "ok"
|
|
27
381
|
}
|
|
28
382
|
/**
|
|
383
|
+
* @public
|
|
29
384
|
* <p>Describes the status of a volume.</p>
|
|
30
385
|
*/
|
|
31
386
|
export interface VolumeStatusInfo {
|
|
@@ -39,6 +394,7 @@ export interface VolumeStatusInfo {
|
|
|
39
394
|
Status?: VolumeStatusInfoStatus | string;
|
|
40
395
|
}
|
|
41
396
|
/**
|
|
397
|
+
* @public
|
|
42
398
|
* <p>Describes the volume status.</p>
|
|
43
399
|
*/
|
|
44
400
|
export interface VolumeStatusItem {
|
|
@@ -71,6 +427,9 @@ export interface VolumeStatusItem {
|
|
|
71
427
|
*/
|
|
72
428
|
AttachmentStatuses?: VolumeStatusAttachmentStatus[];
|
|
73
429
|
}
|
|
430
|
+
/**
|
|
431
|
+
* @public
|
|
432
|
+
*/
|
|
74
433
|
export interface DescribeVolumeStatusResult {
|
|
75
434
|
/**
|
|
76
435
|
* <p>The token to include in another request to get the next page of items.
|
|
@@ -82,11 +441,17 @@ export interface DescribeVolumeStatusResult {
|
|
|
82
441
|
*/
|
|
83
442
|
VolumeStatuses?: VolumeStatusItem[];
|
|
84
443
|
}
|
|
444
|
+
/**
|
|
445
|
+
* @public
|
|
446
|
+
*/
|
|
85
447
|
export declare enum VpcAttributeName {
|
|
86
448
|
enableDnsHostnames = "enableDnsHostnames",
|
|
87
449
|
enableDnsSupport = "enableDnsSupport",
|
|
88
450
|
enableNetworkAddressUsageMetrics = "enableNetworkAddressUsageMetrics"
|
|
89
451
|
}
|
|
452
|
+
/**
|
|
453
|
+
* @public
|
|
454
|
+
*/
|
|
90
455
|
export interface DescribeVpcAttributeRequest {
|
|
91
456
|
/**
|
|
92
457
|
* <p>The VPC attribute.</p>
|
|
@@ -103,6 +468,9 @@ export interface DescribeVpcAttributeRequest {
|
|
|
103
468
|
*/
|
|
104
469
|
DryRun?: boolean;
|
|
105
470
|
}
|
|
471
|
+
/**
|
|
472
|
+
* @public
|
|
473
|
+
*/
|
|
106
474
|
export interface DescribeVpcAttributeResult {
|
|
107
475
|
/**
|
|
108
476
|
* <p>The ID of the VPC.</p>
|
|
@@ -126,6 +494,9 @@ export interface DescribeVpcAttributeResult {
|
|
|
126
494
|
*/
|
|
127
495
|
EnableNetworkAddressUsageMetrics?: AttributeBooleanValue;
|
|
128
496
|
}
|
|
497
|
+
/**
|
|
498
|
+
* @public
|
|
499
|
+
*/
|
|
129
500
|
export interface DescribeVpcClassicLinkRequest {
|
|
130
501
|
/**
|
|
131
502
|
* <p>One or more filters.</p>
|
|
@@ -159,6 +530,7 @@ export interface DescribeVpcClassicLinkRequest {
|
|
|
159
530
|
VpcIds?: string[];
|
|
160
531
|
}
|
|
161
532
|
/**
|
|
533
|
+
* @public
|
|
162
534
|
* <note>
|
|
163
535
|
* <p>We are retiring EC2-Classic. We recommend that you migrate from EC2-Classic to a VPC. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-migrate.html">Migrate from EC2-Classic to a VPC</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
|
|
164
536
|
* </note>
|
|
@@ -178,12 +550,18 @@ export interface VpcClassicLink {
|
|
|
178
550
|
*/
|
|
179
551
|
VpcId?: string;
|
|
180
552
|
}
|
|
553
|
+
/**
|
|
554
|
+
* @public
|
|
555
|
+
*/
|
|
181
556
|
export interface DescribeVpcClassicLinkResult {
|
|
182
557
|
/**
|
|
183
558
|
* <p>The ClassicLink status of one or more VPCs.</p>
|
|
184
559
|
*/
|
|
185
560
|
Vpcs?: VpcClassicLink[];
|
|
186
561
|
}
|
|
562
|
+
/**
|
|
563
|
+
* @public
|
|
564
|
+
*/
|
|
187
565
|
export interface DescribeVpcClassicLinkDnsSupportRequest {
|
|
188
566
|
/**
|
|
189
567
|
* <p>The maximum number of items to return for this request.
|
|
@@ -201,6 +579,7 @@ export interface DescribeVpcClassicLinkDnsSupportRequest {
|
|
|
201
579
|
VpcIds?: string[];
|
|
202
580
|
}
|
|
203
581
|
/**
|
|
582
|
+
* @public
|
|
204
583
|
* <p>Describes the ClassicLink DNS support status of a VPC.</p>
|
|
205
584
|
*/
|
|
206
585
|
export interface ClassicLinkDnsSupport {
|
|
@@ -213,6 +592,9 @@ export interface ClassicLinkDnsSupport {
|
|
|
213
592
|
*/
|
|
214
593
|
VpcId?: string;
|
|
215
594
|
}
|
|
595
|
+
/**
|
|
596
|
+
* @public
|
|
597
|
+
*/
|
|
216
598
|
export interface DescribeVpcClassicLinkDnsSupportResult {
|
|
217
599
|
/**
|
|
218
600
|
* <p>The token to include in another request to get the next page of items. This value is <code>null</code> when there are no more items to return.</p>
|
|
@@ -223,6 +605,9 @@ export interface DescribeVpcClassicLinkDnsSupportResult {
|
|
|
223
605
|
*/
|
|
224
606
|
Vpcs?: ClassicLinkDnsSupport[];
|
|
225
607
|
}
|
|
608
|
+
/**
|
|
609
|
+
* @public
|
|
610
|
+
*/
|
|
226
611
|
export interface DescribeVpcEndpointConnectionNotificationsRequest {
|
|
227
612
|
/**
|
|
228
613
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
@@ -278,6 +663,9 @@ export interface DescribeVpcEndpointConnectionNotificationsRequest {
|
|
|
278
663
|
*/
|
|
279
664
|
NextToken?: string;
|
|
280
665
|
}
|
|
666
|
+
/**
|
|
667
|
+
* @public
|
|
668
|
+
*/
|
|
281
669
|
export interface DescribeVpcEndpointConnectionNotificationsResult {
|
|
282
670
|
/**
|
|
283
671
|
* <p>The notifications.</p>
|
|
@@ -289,6 +677,9 @@ export interface DescribeVpcEndpointConnectionNotificationsResult {
|
|
|
289
677
|
*/
|
|
290
678
|
NextToken?: string;
|
|
291
679
|
}
|
|
680
|
+
/**
|
|
681
|
+
* @public
|
|
682
|
+
*/
|
|
292
683
|
export interface DescribeVpcEndpointConnectionsRequest {
|
|
293
684
|
/**
|
|
294
685
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
@@ -340,6 +731,7 @@ export interface DescribeVpcEndpointConnectionsRequest {
|
|
|
340
731
|
NextToken?: string;
|
|
341
732
|
}
|
|
342
733
|
/**
|
|
734
|
+
* @public
|
|
343
735
|
* <p>Describes a VPC endpoint connection to a service.</p>
|
|
344
736
|
*/
|
|
345
737
|
export interface VpcEndpointConnection {
|
|
@@ -388,6 +780,9 @@ export interface VpcEndpointConnection {
|
|
|
388
780
|
*/
|
|
389
781
|
Tags?: Tag[];
|
|
390
782
|
}
|
|
783
|
+
/**
|
|
784
|
+
* @public
|
|
785
|
+
*/
|
|
391
786
|
export interface DescribeVpcEndpointConnectionsResult {
|
|
392
787
|
/**
|
|
393
788
|
* <p>Information about the VPC endpoint connections.</p>
|
|
@@ -398,6 +793,9 @@ export interface DescribeVpcEndpointConnectionsResult {
|
|
|
398
793
|
*/
|
|
399
794
|
NextToken?: string;
|
|
400
795
|
}
|
|
796
|
+
/**
|
|
797
|
+
* @public
|
|
798
|
+
*/
|
|
401
799
|
export interface DescribeVpcEndpointsRequest {
|
|
402
800
|
/**
|
|
403
801
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
@@ -460,6 +858,9 @@ export interface DescribeVpcEndpointsRequest {
|
|
|
460
858
|
*/
|
|
461
859
|
NextToken?: string;
|
|
462
860
|
}
|
|
861
|
+
/**
|
|
862
|
+
* @public
|
|
863
|
+
*/
|
|
463
864
|
export interface DescribeVpcEndpointsResult {
|
|
464
865
|
/**
|
|
465
866
|
* <p>Information about the endpoints.</p>
|
|
@@ -470,6 +871,9 @@ export interface DescribeVpcEndpointsResult {
|
|
|
470
871
|
*/
|
|
471
872
|
NextToken?: string;
|
|
472
873
|
}
|
|
874
|
+
/**
|
|
875
|
+
* @public
|
|
876
|
+
*/
|
|
473
877
|
export interface DescribeVpcEndpointServiceConfigurationsRequest {
|
|
474
878
|
/**
|
|
475
879
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
@@ -526,6 +930,9 @@ export interface DescribeVpcEndpointServiceConfigurationsRequest {
|
|
|
526
930
|
*/
|
|
527
931
|
NextToken?: string;
|
|
528
932
|
}
|
|
933
|
+
/**
|
|
934
|
+
* @public
|
|
935
|
+
*/
|
|
529
936
|
export interface DescribeVpcEndpointServiceConfigurationsResult {
|
|
530
937
|
/**
|
|
531
938
|
* <p>Information about the services.</p>
|
|
@@ -536,6 +943,9 @@ export interface DescribeVpcEndpointServiceConfigurationsResult {
|
|
|
536
943
|
*/
|
|
537
944
|
NextToken?: string;
|
|
538
945
|
}
|
|
946
|
+
/**
|
|
947
|
+
* @public
|
|
948
|
+
*/
|
|
539
949
|
export interface DescribeVpcEndpointServicePermissionsRequest {
|
|
540
950
|
/**
|
|
541
951
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
@@ -576,6 +986,9 @@ export interface DescribeVpcEndpointServicePermissionsRequest {
|
|
|
576
986
|
*/
|
|
577
987
|
NextToken?: string;
|
|
578
988
|
}
|
|
989
|
+
/**
|
|
990
|
+
* @public
|
|
991
|
+
*/
|
|
579
992
|
export interface DescribeVpcEndpointServicePermissionsResult {
|
|
580
993
|
/**
|
|
581
994
|
* <p>Information about the allowed principals.</p>
|
|
@@ -586,6 +999,9 @@ export interface DescribeVpcEndpointServicePermissionsResult {
|
|
|
586
999
|
*/
|
|
587
1000
|
NextToken?: string;
|
|
588
1001
|
}
|
|
1002
|
+
/**
|
|
1003
|
+
* @public
|
|
1004
|
+
*/
|
|
589
1005
|
export interface DescribeVpcEndpointServicesRequest {
|
|
590
1006
|
/**
|
|
591
1007
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
@@ -640,6 +1056,7 @@ export interface DescribeVpcEndpointServicesRequest {
|
|
|
640
1056
|
NextToken?: string;
|
|
641
1057
|
}
|
|
642
1058
|
/**
|
|
1059
|
+
* @public
|
|
643
1060
|
* <p>Information about the Private DNS name for interface endpoints.</p>
|
|
644
1061
|
*/
|
|
645
1062
|
export interface PrivateDnsDetails {
|
|
@@ -649,6 +1066,7 @@ export interface PrivateDnsDetails {
|
|
|
649
1066
|
PrivateDnsName?: string;
|
|
650
1067
|
}
|
|
651
1068
|
/**
|
|
1069
|
+
* @public
|
|
652
1070
|
* <p>Describes a VPC endpoint service.</p>
|
|
653
1071
|
*/
|
|
654
1072
|
export interface ServiceDetail {
|
|
@@ -715,6 +1133,9 @@ export interface ServiceDetail {
|
|
|
715
1133
|
*/
|
|
716
1134
|
SupportedIpAddressTypes?: (ServiceConnectivityType | string)[];
|
|
717
1135
|
}
|
|
1136
|
+
/**
|
|
1137
|
+
* @public
|
|
1138
|
+
*/
|
|
718
1139
|
export interface DescribeVpcEndpointServicesResult {
|
|
719
1140
|
/**
|
|
720
1141
|
* <p>The supported services.</p>
|
|
@@ -729,6 +1150,9 @@ export interface DescribeVpcEndpointServicesResult {
|
|
|
729
1150
|
*/
|
|
730
1151
|
NextToken?: string;
|
|
731
1152
|
}
|
|
1153
|
+
/**
|
|
1154
|
+
* @public
|
|
1155
|
+
*/
|
|
732
1156
|
export interface DescribeVpcPeeringConnectionsRequest {
|
|
733
1157
|
/**
|
|
734
1158
|
* <p>One or more filters.</p>
|
|
@@ -817,6 +1241,9 @@ export interface DescribeVpcPeeringConnectionsRequest {
|
|
|
817
1241
|
*/
|
|
818
1242
|
MaxResults?: number;
|
|
819
1243
|
}
|
|
1244
|
+
/**
|
|
1245
|
+
* @public
|
|
1246
|
+
*/
|
|
820
1247
|
export interface DescribeVpcPeeringConnectionsResult {
|
|
821
1248
|
/**
|
|
822
1249
|
* <p>Information about the VPC peering connections.</p>
|
|
@@ -827,6 +1254,9 @@ export interface DescribeVpcPeeringConnectionsResult {
|
|
|
827
1254
|
*/
|
|
828
1255
|
NextToken?: string;
|
|
829
1256
|
}
|
|
1257
|
+
/**
|
|
1258
|
+
* @public
|
|
1259
|
+
*/
|
|
830
1260
|
export interface DescribeVpcsRequest {
|
|
831
1261
|
/**
|
|
832
1262
|
* <p>One or more filters.</p>
|
|
@@ -926,6 +1356,9 @@ export interface DescribeVpcsRequest {
|
|
|
926
1356
|
*/
|
|
927
1357
|
MaxResults?: number;
|
|
928
1358
|
}
|
|
1359
|
+
/**
|
|
1360
|
+
* @public
|
|
1361
|
+
*/
|
|
929
1362
|
export interface DescribeVpcsResult {
|
|
930
1363
|
/**
|
|
931
1364
|
* <p>Information about one or more VPCs.</p>
|
|
@@ -937,6 +1370,7 @@ export interface DescribeVpcsResult {
|
|
|
937
1370
|
NextToken?: string;
|
|
938
1371
|
}
|
|
939
1372
|
/**
|
|
1373
|
+
* @public
|
|
940
1374
|
* <p>Contains the parameters for DescribeVpnConnections.</p>
|
|
941
1375
|
*/
|
|
942
1376
|
export interface DescribeVpnConnectionsRequest {
|
|
@@ -1020,6 +1454,7 @@ export interface DescribeVpnConnectionsRequest {
|
|
|
1020
1454
|
DryRun?: boolean;
|
|
1021
1455
|
}
|
|
1022
1456
|
/**
|
|
1457
|
+
* @public
|
|
1023
1458
|
* <p>Contains the output of DescribeVpnConnections.</p>
|
|
1024
1459
|
*/
|
|
1025
1460
|
export interface DescribeVpnConnectionsResult {
|
|
@@ -1029,6 +1464,7 @@ export interface DescribeVpnConnectionsResult {
|
|
|
1029
1464
|
VpnConnections?: VpnConnection[];
|
|
1030
1465
|
}
|
|
1031
1466
|
/**
|
|
1467
|
+
* @public
|
|
1032
1468
|
* <p>Contains the parameters for DescribeVpnGateways.</p>
|
|
1033
1469
|
*/
|
|
1034
1470
|
export interface DescribeVpnGatewaysRequest {
|
|
@@ -1096,6 +1532,7 @@ export interface DescribeVpnGatewaysRequest {
|
|
|
1096
1532
|
DryRun?: boolean;
|
|
1097
1533
|
}
|
|
1098
1534
|
/**
|
|
1535
|
+
* @public
|
|
1099
1536
|
* <p>Contains the output of DescribeVpnGateways.</p>
|
|
1100
1537
|
*/
|
|
1101
1538
|
export interface DescribeVpnGatewaysResult {
|
|
@@ -1104,6 +1541,9 @@ export interface DescribeVpnGatewaysResult {
|
|
|
1104
1541
|
*/
|
|
1105
1542
|
VpnGateways?: VpnGateway[];
|
|
1106
1543
|
}
|
|
1544
|
+
/**
|
|
1545
|
+
* @public
|
|
1546
|
+
*/
|
|
1107
1547
|
export interface DetachClassicLinkVpcRequest {
|
|
1108
1548
|
/**
|
|
1109
1549
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
@@ -1120,12 +1560,18 @@ export interface DetachClassicLinkVpcRequest {
|
|
|
1120
1560
|
*/
|
|
1121
1561
|
VpcId: string | undefined;
|
|
1122
1562
|
}
|
|
1563
|
+
/**
|
|
1564
|
+
* @public
|
|
1565
|
+
*/
|
|
1123
1566
|
export interface DetachClassicLinkVpcResult {
|
|
1124
1567
|
/**
|
|
1125
1568
|
* <p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>
|
|
1126
1569
|
*/
|
|
1127
1570
|
Return?: boolean;
|
|
1128
1571
|
}
|
|
1572
|
+
/**
|
|
1573
|
+
* @public
|
|
1574
|
+
*/
|
|
1129
1575
|
export interface DetachInternetGatewayRequest {
|
|
1130
1576
|
/**
|
|
1131
1577
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
@@ -1143,6 +1589,7 @@ export interface DetachInternetGatewayRequest {
|
|
|
1143
1589
|
VpcId: string | undefined;
|
|
1144
1590
|
}
|
|
1145
1591
|
/**
|
|
1592
|
+
* @public
|
|
1146
1593
|
* <p>Contains the parameters for DetachNetworkInterface.</p>
|
|
1147
1594
|
*/
|
|
1148
1595
|
export interface DetachNetworkInterfaceRequest {
|
|
@@ -1178,6 +1625,9 @@ export interface DetachNetworkInterfaceRequest {
|
|
|
1178
1625
|
*/
|
|
1179
1626
|
Force?: boolean;
|
|
1180
1627
|
}
|
|
1628
|
+
/**
|
|
1629
|
+
* @public
|
|
1630
|
+
*/
|
|
1181
1631
|
export interface DetachVerifiedAccessTrustProviderRequest {
|
|
1182
1632
|
/**
|
|
1183
1633
|
* <p>The ID of the Amazon Web Services Verified Access instance.</p>
|
|
@@ -1199,6 +1649,9 @@ export interface DetachVerifiedAccessTrustProviderRequest {
|
|
|
1199
1649
|
*/
|
|
1200
1650
|
DryRun?: boolean;
|
|
1201
1651
|
}
|
|
1652
|
+
/**
|
|
1653
|
+
* @public
|
|
1654
|
+
*/
|
|
1202
1655
|
export interface DetachVerifiedAccessTrustProviderResult {
|
|
1203
1656
|
/**
|
|
1204
1657
|
* <p>The ID of the Amazon Web Services Verified Access trust provider.</p>
|
|
@@ -1209,6 +1662,9 @@ export interface DetachVerifiedAccessTrustProviderResult {
|
|
|
1209
1662
|
*/
|
|
1210
1663
|
VerifiedAccessInstance?: VerifiedAccessInstance;
|
|
1211
1664
|
}
|
|
1665
|
+
/**
|
|
1666
|
+
* @public
|
|
1667
|
+
*/
|
|
1212
1668
|
export interface DetachVolumeRequest {
|
|
1213
1669
|
/**
|
|
1214
1670
|
* <p>The device name.</p>
|
|
@@ -1239,6 +1695,7 @@ export interface DetachVolumeRequest {
|
|
|
1239
1695
|
DryRun?: boolean;
|
|
1240
1696
|
}
|
|
1241
1697
|
/**
|
|
1698
|
+
* @public
|
|
1242
1699
|
* <p>Contains the parameters for DetachVpnGateway.</p>
|
|
1243
1700
|
*/
|
|
1244
1701
|
export interface DetachVpnGatewayRequest {
|
|
@@ -1258,6 +1715,9 @@ export interface DetachVpnGatewayRequest {
|
|
|
1258
1715
|
*/
|
|
1259
1716
|
DryRun?: boolean;
|
|
1260
1717
|
}
|
|
1718
|
+
/**
|
|
1719
|
+
* @public
|
|
1720
|
+
*/
|
|
1261
1721
|
export interface DisableAddressTransferRequest {
|
|
1262
1722
|
/**
|
|
1263
1723
|
* <p>The allocation ID of an Elastic IP address.</p>
|
|
@@ -1270,12 +1730,18 @@ export interface DisableAddressTransferRequest {
|
|
|
1270
1730
|
*/
|
|
1271
1731
|
DryRun?: boolean;
|
|
1272
1732
|
}
|
|
1733
|
+
/**
|
|
1734
|
+
* @public
|
|
1735
|
+
*/
|
|
1273
1736
|
export interface DisableAddressTransferResult {
|
|
1274
1737
|
/**
|
|
1275
1738
|
* <p>An Elastic IP address transfer.</p>
|
|
1276
1739
|
*/
|
|
1277
1740
|
AddressTransfer?: AddressTransfer;
|
|
1278
1741
|
}
|
|
1742
|
+
/**
|
|
1743
|
+
* @public
|
|
1744
|
+
*/
|
|
1279
1745
|
export interface DisableAwsNetworkPerformanceMetricSubscriptionRequest {
|
|
1280
1746
|
/**
|
|
1281
1747
|
* <p>The source Region or Availability Zone that the metric subscription is disabled for. For example, <code>us-east-1</code>.</p>
|
|
@@ -1300,12 +1766,18 @@ export interface DisableAwsNetworkPerformanceMetricSubscriptionRequest {
|
|
|
1300
1766
|
*/
|
|
1301
1767
|
DryRun?: boolean;
|
|
1302
1768
|
}
|
|
1769
|
+
/**
|
|
1770
|
+
* @public
|
|
1771
|
+
*/
|
|
1303
1772
|
export interface DisableAwsNetworkPerformanceMetricSubscriptionResult {
|
|
1304
1773
|
/**
|
|
1305
1774
|
* <p>Indicates whether the unsubscribe action was successful.</p>
|
|
1306
1775
|
*/
|
|
1307
1776
|
Output?: boolean;
|
|
1308
1777
|
}
|
|
1778
|
+
/**
|
|
1779
|
+
* @public
|
|
1780
|
+
*/
|
|
1309
1781
|
export interface DisableEbsEncryptionByDefaultRequest {
|
|
1310
1782
|
/**
|
|
1311
1783
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
@@ -1314,12 +1786,18 @@ export interface DisableEbsEncryptionByDefaultRequest {
|
|
|
1314
1786
|
*/
|
|
1315
1787
|
DryRun?: boolean;
|
|
1316
1788
|
}
|
|
1789
|
+
/**
|
|
1790
|
+
* @public
|
|
1791
|
+
*/
|
|
1317
1792
|
export interface DisableEbsEncryptionByDefaultResult {
|
|
1318
1793
|
/**
|
|
1319
1794
|
* <p>The updated status of encryption by default.</p>
|
|
1320
1795
|
*/
|
|
1321
1796
|
EbsEncryptionByDefault?: boolean;
|
|
1322
1797
|
}
|
|
1798
|
+
/**
|
|
1799
|
+
* @public
|
|
1800
|
+
*/
|
|
1323
1801
|
export interface DisableFastLaunchRequest {
|
|
1324
1802
|
/**
|
|
1325
1803
|
* <p>The ID of the image for which you’re turning off faster launching, and removing pre-provisioned snapshots.</p>
|
|
@@ -1337,6 +1815,9 @@ export interface DisableFastLaunchRequest {
|
|
|
1337
1815
|
*/
|
|
1338
1816
|
DryRun?: boolean;
|
|
1339
1817
|
}
|
|
1818
|
+
/**
|
|
1819
|
+
* @public
|
|
1820
|
+
*/
|
|
1340
1821
|
export interface DisableFastLaunchResult {
|
|
1341
1822
|
/**
|
|
1342
1823
|
* <p>The ID of the image for which faster-launching has been turned off.</p>
|
|
@@ -1378,6 +1859,9 @@ export interface DisableFastLaunchResult {
|
|
|
1378
1859
|
*/
|
|
1379
1860
|
StateTransitionTime?: Date;
|
|
1380
1861
|
}
|
|
1862
|
+
/**
|
|
1863
|
+
* @public
|
|
1864
|
+
*/
|
|
1381
1865
|
export interface DisableFastSnapshotRestoresRequest {
|
|
1382
1866
|
/**
|
|
1383
1867
|
* <p>One or more Availability Zones. For example, <code>us-east-2a</code>.</p>
|
|
@@ -1395,6 +1879,7 @@ export interface DisableFastSnapshotRestoresRequest {
|
|
|
1395
1879
|
DryRun?: boolean;
|
|
1396
1880
|
}
|
|
1397
1881
|
/**
|
|
1882
|
+
* @public
|
|
1398
1883
|
* <p>Describes fast snapshot restores that were successfully disabled.</p>
|
|
1399
1884
|
*/
|
|
1400
1885
|
export interface DisableFastSnapshotRestoreSuccessItem {
|
|
@@ -1456,6 +1941,7 @@ export interface DisableFastSnapshotRestoreSuccessItem {
|
|
|
1456
1941
|
DisabledTime?: Date;
|
|
1457
1942
|
}
|
|
1458
1943
|
/**
|
|
1944
|
+
* @public
|
|
1459
1945
|
* <p>Describes an error that occurred when disabling fast snapshot restores.</p>
|
|
1460
1946
|
*/
|
|
1461
1947
|
export interface DisableFastSnapshotRestoreStateError {
|
|
@@ -1469,6 +1955,7 @@ export interface DisableFastSnapshotRestoreStateError {
|
|
|
1469
1955
|
Message?: string;
|
|
1470
1956
|
}
|
|
1471
1957
|
/**
|
|
1958
|
+
* @public
|
|
1472
1959
|
* <p>Contains information about an error that occurred when disabling fast snapshot restores.</p>
|
|
1473
1960
|
*/
|
|
1474
1961
|
export interface DisableFastSnapshotRestoreStateErrorItem {
|
|
@@ -1482,6 +1969,7 @@ export interface DisableFastSnapshotRestoreStateErrorItem {
|
|
|
1482
1969
|
Error?: DisableFastSnapshotRestoreStateError;
|
|
1483
1970
|
}
|
|
1484
1971
|
/**
|
|
1972
|
+
* @public
|
|
1485
1973
|
* <p>Contains information about the errors that occurred when disabling fast snapshot restores.</p>
|
|
1486
1974
|
*/
|
|
1487
1975
|
export interface DisableFastSnapshotRestoreErrorItem {
|
|
@@ -1494,6 +1982,9 @@ export interface DisableFastSnapshotRestoreErrorItem {
|
|
|
1494
1982
|
*/
|
|
1495
1983
|
FastSnapshotRestoreStateErrors?: DisableFastSnapshotRestoreStateErrorItem[];
|
|
1496
1984
|
}
|
|
1985
|
+
/**
|
|
1986
|
+
* @public
|
|
1987
|
+
*/
|
|
1497
1988
|
export interface DisableFastSnapshotRestoresResult {
|
|
1498
1989
|
/**
|
|
1499
1990
|
* <p>Information about the snapshots for which fast snapshot restores were successfully disabled.</p>
|
|
@@ -1504,6 +1995,9 @@ export interface DisableFastSnapshotRestoresResult {
|
|
|
1504
1995
|
*/
|
|
1505
1996
|
Unsuccessful?: DisableFastSnapshotRestoreErrorItem[];
|
|
1506
1997
|
}
|
|
1998
|
+
/**
|
|
1999
|
+
* @public
|
|
2000
|
+
*/
|
|
1507
2001
|
export interface DisableImageDeprecationRequest {
|
|
1508
2002
|
/**
|
|
1509
2003
|
* <p>The ID of the AMI.</p>
|
|
@@ -1516,12 +2010,18 @@ export interface DisableImageDeprecationRequest {
|
|
|
1516
2010
|
*/
|
|
1517
2011
|
DryRun?: boolean;
|
|
1518
2012
|
}
|
|
2013
|
+
/**
|
|
2014
|
+
* @public
|
|
2015
|
+
*/
|
|
1519
2016
|
export interface DisableImageDeprecationResult {
|
|
1520
2017
|
/**
|
|
1521
2018
|
* <p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>
|
|
1522
2019
|
*/
|
|
1523
2020
|
Return?: boolean;
|
|
1524
2021
|
}
|
|
2022
|
+
/**
|
|
2023
|
+
* @public
|
|
2024
|
+
*/
|
|
1525
2025
|
export interface DisableIpamOrganizationAdminAccountRequest {
|
|
1526
2026
|
/**
|
|
1527
2027
|
* <p>A check for whether you have the required permissions for the action without actually making the request
|
|
@@ -1534,18 +2034,27 @@ export interface DisableIpamOrganizationAdminAccountRequest {
|
|
|
1534
2034
|
*/
|
|
1535
2035
|
DelegatedAdminAccountId: string | undefined;
|
|
1536
2036
|
}
|
|
2037
|
+
/**
|
|
2038
|
+
* @public
|
|
2039
|
+
*/
|
|
1537
2040
|
export interface DisableIpamOrganizationAdminAccountResult {
|
|
1538
2041
|
/**
|
|
1539
2042
|
* <p>The result of disabling the IPAM account.</p>
|
|
1540
2043
|
*/
|
|
1541
2044
|
Success?: boolean;
|
|
1542
2045
|
}
|
|
2046
|
+
/**
|
|
2047
|
+
* @public
|
|
2048
|
+
*/
|
|
1543
2049
|
export interface DisableSerialConsoleAccessRequest {
|
|
1544
2050
|
/**
|
|
1545
2051
|
* <p>Checks whether you have the required permissions for the action, 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>
|
|
1546
2052
|
*/
|
|
1547
2053
|
DryRun?: boolean;
|
|
1548
2054
|
}
|
|
2055
|
+
/**
|
|
2056
|
+
* @public
|
|
2057
|
+
*/
|
|
1549
2058
|
export interface DisableSerialConsoleAccessResult {
|
|
1550
2059
|
/**
|
|
1551
2060
|
* <p>If <code>true</code>, access to the EC2 serial console of all instances is enabled for
|
|
@@ -1554,6 +2063,9 @@ export interface DisableSerialConsoleAccessResult {
|
|
|
1554
2063
|
*/
|
|
1555
2064
|
SerialConsoleAccessEnabled?: boolean;
|
|
1556
2065
|
}
|
|
2066
|
+
/**
|
|
2067
|
+
* @public
|
|
2068
|
+
*/
|
|
1557
2069
|
export interface DisableTransitGatewayRouteTablePropagationRequest {
|
|
1558
2070
|
/**
|
|
1559
2071
|
* <p>The ID of the propagation route table.</p>
|
|
@@ -1574,6 +2086,9 @@ export interface DisableTransitGatewayRouteTablePropagationRequest {
|
|
|
1574
2086
|
*/
|
|
1575
2087
|
TransitGatewayRouteTableAnnouncementId?: string;
|
|
1576
2088
|
}
|
|
2089
|
+
/**
|
|
2090
|
+
* @public
|
|
2091
|
+
*/
|
|
1577
2092
|
export declare enum TransitGatewayPropagationState {
|
|
1578
2093
|
disabled = "disabled",
|
|
1579
2094
|
disabling = "disabling",
|
|
@@ -1581,6 +2096,7 @@ export declare enum TransitGatewayPropagationState {
|
|
|
1581
2096
|
enabling = "enabling"
|
|
1582
2097
|
}
|
|
1583
2098
|
/**
|
|
2099
|
+
* @public
|
|
1584
2100
|
* <p>Describes route propagation.</p>
|
|
1585
2101
|
*/
|
|
1586
2102
|
export interface TransitGatewayPropagation {
|
|
@@ -1609,6 +2125,9 @@ export interface TransitGatewayPropagation {
|
|
|
1609
2125
|
*/
|
|
1610
2126
|
TransitGatewayRouteTableAnnouncementId?: string;
|
|
1611
2127
|
}
|
|
2128
|
+
/**
|
|
2129
|
+
* @public
|
|
2130
|
+
*/
|
|
1612
2131
|
export interface DisableTransitGatewayRouteTablePropagationResult {
|
|
1613
2132
|
/**
|
|
1614
2133
|
* <p>Information about route propagation.</p>
|
|
@@ -1616,6 +2135,7 @@ export interface DisableTransitGatewayRouteTablePropagationResult {
|
|
|
1616
2135
|
Propagation?: TransitGatewayPropagation;
|
|
1617
2136
|
}
|
|
1618
2137
|
/**
|
|
2138
|
+
* @public
|
|
1619
2139
|
* <p>Contains the parameters for DisableVgwRoutePropagation.</p>
|
|
1620
2140
|
*/
|
|
1621
2141
|
export interface DisableVgwRoutePropagationRequest {
|
|
@@ -1635,6 +2155,9 @@ export interface DisableVgwRoutePropagationRequest {
|
|
|
1635
2155
|
*/
|
|
1636
2156
|
DryRun?: boolean;
|
|
1637
2157
|
}
|
|
2158
|
+
/**
|
|
2159
|
+
* @public
|
|
2160
|
+
*/
|
|
1638
2161
|
export interface DisableVpcClassicLinkRequest {
|
|
1639
2162
|
/**
|
|
1640
2163
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
@@ -1647,24 +2170,36 @@ export interface DisableVpcClassicLinkRequest {
|
|
|
1647
2170
|
*/
|
|
1648
2171
|
VpcId: string | undefined;
|
|
1649
2172
|
}
|
|
2173
|
+
/**
|
|
2174
|
+
* @public
|
|
2175
|
+
*/
|
|
1650
2176
|
export interface DisableVpcClassicLinkResult {
|
|
1651
2177
|
/**
|
|
1652
2178
|
* <p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>
|
|
1653
2179
|
*/
|
|
1654
2180
|
Return?: boolean;
|
|
1655
2181
|
}
|
|
2182
|
+
/**
|
|
2183
|
+
* @public
|
|
2184
|
+
*/
|
|
1656
2185
|
export interface DisableVpcClassicLinkDnsSupportRequest {
|
|
1657
2186
|
/**
|
|
1658
2187
|
* <p>The ID of the VPC.</p>
|
|
1659
2188
|
*/
|
|
1660
2189
|
VpcId?: string;
|
|
1661
2190
|
}
|
|
2191
|
+
/**
|
|
2192
|
+
* @public
|
|
2193
|
+
*/
|
|
1662
2194
|
export interface DisableVpcClassicLinkDnsSupportResult {
|
|
1663
2195
|
/**
|
|
1664
2196
|
* <p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>
|
|
1665
2197
|
*/
|
|
1666
2198
|
Return?: boolean;
|
|
1667
2199
|
}
|
|
2200
|
+
/**
|
|
2201
|
+
* @public
|
|
2202
|
+
*/
|
|
1668
2203
|
export interface DisassociateAddressRequest {
|
|
1669
2204
|
/**
|
|
1670
2205
|
* <p>[EC2-VPC] The association ID. Required for EC2-VPC.</p>
|
|
@@ -1681,6 +2216,9 @@ export interface DisassociateAddressRequest {
|
|
|
1681
2216
|
*/
|
|
1682
2217
|
DryRun?: boolean;
|
|
1683
2218
|
}
|
|
2219
|
+
/**
|
|
2220
|
+
* @public
|
|
2221
|
+
*/
|
|
1684
2222
|
export interface DisassociateClientVpnTargetNetworkRequest {
|
|
1685
2223
|
/**
|
|
1686
2224
|
* <p>The ID of the Client VPN endpoint from which to disassociate the target network.</p>
|
|
@@ -1695,6 +2233,9 @@ export interface DisassociateClientVpnTargetNetworkRequest {
|
|
|
1695
2233
|
*/
|
|
1696
2234
|
DryRun?: boolean;
|
|
1697
2235
|
}
|
|
2236
|
+
/**
|
|
2237
|
+
* @public
|
|
2238
|
+
*/
|
|
1698
2239
|
export interface DisassociateClientVpnTargetNetworkResult {
|
|
1699
2240
|
/**
|
|
1700
2241
|
* <p>The ID of the target network association.</p>
|
|
@@ -1705,6 +2246,9 @@ export interface DisassociateClientVpnTargetNetworkResult {
|
|
|
1705
2246
|
*/
|
|
1706
2247
|
Status?: AssociationStatus;
|
|
1707
2248
|
}
|
|
2249
|
+
/**
|
|
2250
|
+
* @public
|
|
2251
|
+
*/
|
|
1708
2252
|
export interface DisassociateEnclaveCertificateIamRoleRequest {
|
|
1709
2253
|
/**
|
|
1710
2254
|
* <p>The ARN of the ACM certificate from which to disassociate the IAM role.</p>
|
|
@@ -1719,18 +2263,27 @@ export interface DisassociateEnclaveCertificateIamRoleRequest {
|
|
|
1719
2263
|
*/
|
|
1720
2264
|
DryRun?: boolean;
|
|
1721
2265
|
}
|
|
2266
|
+
/**
|
|
2267
|
+
* @public
|
|
2268
|
+
*/
|
|
1722
2269
|
export interface DisassociateEnclaveCertificateIamRoleResult {
|
|
1723
2270
|
/**
|
|
1724
2271
|
* <p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>
|
|
1725
2272
|
*/
|
|
1726
2273
|
Return?: boolean;
|
|
1727
2274
|
}
|
|
2275
|
+
/**
|
|
2276
|
+
* @public
|
|
2277
|
+
*/
|
|
1728
2278
|
export interface DisassociateIamInstanceProfileRequest {
|
|
1729
2279
|
/**
|
|
1730
2280
|
* <p>The ID of the IAM instance profile association.</p>
|
|
1731
2281
|
*/
|
|
1732
2282
|
AssociationId: string | undefined;
|
|
1733
2283
|
}
|
|
2284
|
+
/**
|
|
2285
|
+
* @public
|
|
2286
|
+
*/
|
|
1734
2287
|
export interface DisassociateIamInstanceProfileResult {
|
|
1735
2288
|
/**
|
|
1736
2289
|
* <p>Information about the IAM instance profile association.</p>
|
|
@@ -1738,6 +2291,7 @@ export interface DisassociateIamInstanceProfileResult {
|
|
|
1738
2291
|
IamInstanceProfileAssociation?: IamInstanceProfileAssociation;
|
|
1739
2292
|
}
|
|
1740
2293
|
/**
|
|
2294
|
+
* @public
|
|
1741
2295
|
* <p>The targets to disassociate from the specified event window.</p>
|
|
1742
2296
|
*/
|
|
1743
2297
|
export interface InstanceEventWindowDisassociationRequest {
|
|
@@ -1755,6 +2309,9 @@ export interface InstanceEventWindowDisassociationRequest {
|
|
|
1755
2309
|
*/
|
|
1756
2310
|
DedicatedHostIds?: string[];
|
|
1757
2311
|
}
|
|
2312
|
+
/**
|
|
2313
|
+
* @public
|
|
2314
|
+
*/
|
|
1758
2315
|
export interface DisassociateInstanceEventWindowRequest {
|
|
1759
2316
|
/**
|
|
1760
2317
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
@@ -1771,12 +2328,18 @@ export interface DisassociateInstanceEventWindowRequest {
|
|
|
1771
2328
|
*/
|
|
1772
2329
|
AssociationTarget: InstanceEventWindowDisassociationRequest | undefined;
|
|
1773
2330
|
}
|
|
2331
|
+
/**
|
|
2332
|
+
* @public
|
|
2333
|
+
*/
|
|
1774
2334
|
export interface DisassociateInstanceEventWindowResult {
|
|
1775
2335
|
/**
|
|
1776
2336
|
* <p>Information about the event window.</p>
|
|
1777
2337
|
*/
|
|
1778
2338
|
InstanceEventWindow?: InstanceEventWindow;
|
|
1779
2339
|
}
|
|
2340
|
+
/**
|
|
2341
|
+
* @public
|
|
2342
|
+
*/
|
|
1780
2343
|
export interface DisassociateIpamResourceDiscoveryRequest {
|
|
1781
2344
|
/**
|
|
1782
2345
|
* <p>A check for whether you have the required permissions for the action without actually making the request
|
|
@@ -1789,12 +2352,18 @@ export interface DisassociateIpamResourceDiscoveryRequest {
|
|
|
1789
2352
|
*/
|
|
1790
2353
|
IpamResourceDiscoveryAssociationId: string | undefined;
|
|
1791
2354
|
}
|
|
2355
|
+
/**
|
|
2356
|
+
* @public
|
|
2357
|
+
*/
|
|
1792
2358
|
export interface DisassociateIpamResourceDiscoveryResult {
|
|
1793
2359
|
/**
|
|
1794
2360
|
* <p>A resource discovery association.</p>
|
|
1795
2361
|
*/
|
|
1796
2362
|
IpamResourceDiscoveryAssociation?: IpamResourceDiscoveryAssociation;
|
|
1797
2363
|
}
|
|
2364
|
+
/**
|
|
2365
|
+
* @public
|
|
2366
|
+
*/
|
|
1798
2367
|
export interface DisassociateNatGatewayAddressRequest {
|
|
1799
2368
|
/**
|
|
1800
2369
|
* <p>The NAT gateway ID.</p>
|
|
@@ -1815,6 +2384,9 @@ export interface DisassociateNatGatewayAddressRequest {
|
|
|
1815
2384
|
*/
|
|
1816
2385
|
DryRun?: boolean;
|
|
1817
2386
|
}
|
|
2387
|
+
/**
|
|
2388
|
+
* @public
|
|
2389
|
+
*/
|
|
1818
2390
|
export interface DisassociateNatGatewayAddressResult {
|
|
1819
2391
|
/**
|
|
1820
2392
|
* <p>The NAT gateway ID.</p>
|
|
@@ -1825,6 +2397,9 @@ export interface DisassociateNatGatewayAddressResult {
|
|
|
1825
2397
|
*/
|
|
1826
2398
|
NatGatewayAddresses?: NatGatewayAddress[];
|
|
1827
2399
|
}
|
|
2400
|
+
/**
|
|
2401
|
+
* @public
|
|
2402
|
+
*/
|
|
1828
2403
|
export interface DisassociateRouteTableRequest {
|
|
1829
2404
|
/**
|
|
1830
2405
|
* <p>The association ID representing the current association between the route table and subnet or gateway.</p>
|
|
@@ -1837,12 +2412,18 @@ export interface DisassociateRouteTableRequest {
|
|
|
1837
2412
|
*/
|
|
1838
2413
|
DryRun?: boolean;
|
|
1839
2414
|
}
|
|
2415
|
+
/**
|
|
2416
|
+
* @public
|
|
2417
|
+
*/
|
|
1840
2418
|
export interface DisassociateSubnetCidrBlockRequest {
|
|
1841
2419
|
/**
|
|
1842
2420
|
* <p>The association ID for the CIDR block.</p>
|
|
1843
2421
|
*/
|
|
1844
2422
|
AssociationId: string | undefined;
|
|
1845
2423
|
}
|
|
2424
|
+
/**
|
|
2425
|
+
* @public
|
|
2426
|
+
*/
|
|
1846
2427
|
export interface DisassociateSubnetCidrBlockResult {
|
|
1847
2428
|
/**
|
|
1848
2429
|
* <p>Information about the IPv6 CIDR block association.</p>
|
|
@@ -1853,6 +2434,9 @@ export interface DisassociateSubnetCidrBlockResult {
|
|
|
1853
2434
|
*/
|
|
1854
2435
|
SubnetId?: string;
|
|
1855
2436
|
}
|
|
2437
|
+
/**
|
|
2438
|
+
* @public
|
|
2439
|
+
*/
|
|
1856
2440
|
export interface DisassociateTransitGatewayMulticastDomainRequest {
|
|
1857
2441
|
/**
|
|
1858
2442
|
* <p>The ID of the transit gateway multicast domain.</p>
|
|
@@ -1873,12 +2457,18 @@ export interface DisassociateTransitGatewayMulticastDomainRequest {
|
|
|
1873
2457
|
*/
|
|
1874
2458
|
DryRun?: boolean;
|
|
1875
2459
|
}
|
|
2460
|
+
/**
|
|
2461
|
+
* @public
|
|
2462
|
+
*/
|
|
1876
2463
|
export interface DisassociateTransitGatewayMulticastDomainResult {
|
|
1877
2464
|
/**
|
|
1878
2465
|
* <p>Information about the association.</p>
|
|
1879
2466
|
*/
|
|
1880
2467
|
Associations?: TransitGatewayMulticastDomainAssociations;
|
|
1881
2468
|
}
|
|
2469
|
+
/**
|
|
2470
|
+
* @public
|
|
2471
|
+
*/
|
|
1882
2472
|
export interface DisassociateTransitGatewayPolicyTableRequest {
|
|
1883
2473
|
/**
|
|
1884
2474
|
* <p>The ID of the disassociated policy table.</p>
|
|
@@ -1895,12 +2485,18 @@ export interface DisassociateTransitGatewayPolicyTableRequest {
|
|
|
1895
2485
|
*/
|
|
1896
2486
|
DryRun?: boolean;
|
|
1897
2487
|
}
|
|
2488
|
+
/**
|
|
2489
|
+
* @public
|
|
2490
|
+
*/
|
|
1898
2491
|
export interface DisassociateTransitGatewayPolicyTableResult {
|
|
1899
2492
|
/**
|
|
1900
2493
|
* <p>Returns details about the transit gateway policy table disassociation.</p>
|
|
1901
2494
|
*/
|
|
1902
2495
|
Association?: TransitGatewayPolicyTableAssociation;
|
|
1903
2496
|
}
|
|
2497
|
+
/**
|
|
2498
|
+
* @public
|
|
2499
|
+
*/
|
|
1904
2500
|
export interface DisassociateTransitGatewayRouteTableRequest {
|
|
1905
2501
|
/**
|
|
1906
2502
|
* <p>The ID of the transit gateway route table.</p>
|
|
@@ -1917,12 +2513,18 @@ export interface DisassociateTransitGatewayRouteTableRequest {
|
|
|
1917
2513
|
*/
|
|
1918
2514
|
DryRun?: boolean;
|
|
1919
2515
|
}
|
|
2516
|
+
/**
|
|
2517
|
+
* @public
|
|
2518
|
+
*/
|
|
1920
2519
|
export interface DisassociateTransitGatewayRouteTableResult {
|
|
1921
2520
|
/**
|
|
1922
2521
|
* <p>Information about the association.</p>
|
|
1923
2522
|
*/
|
|
1924
2523
|
Association?: TransitGatewayAssociation;
|
|
1925
2524
|
}
|
|
2525
|
+
/**
|
|
2526
|
+
* @public
|
|
2527
|
+
*/
|
|
1926
2528
|
export interface DisassociateTrunkInterfaceRequest {
|
|
1927
2529
|
/**
|
|
1928
2530
|
* <p>The ID of the association</p>
|
|
@@ -1941,6 +2543,9 @@ export interface DisassociateTrunkInterfaceRequest {
|
|
|
1941
2543
|
*/
|
|
1942
2544
|
DryRun?: boolean;
|
|
1943
2545
|
}
|
|
2546
|
+
/**
|
|
2547
|
+
* @public
|
|
2548
|
+
*/
|
|
1944
2549
|
export interface DisassociateTrunkInterfaceResult {
|
|
1945
2550
|
/**
|
|
1946
2551
|
* <p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>
|
|
@@ -1953,12 +2558,18 @@ export interface DisassociateTrunkInterfaceResult {
|
|
|
1953
2558
|
*/
|
|
1954
2559
|
ClientToken?: string;
|
|
1955
2560
|
}
|
|
2561
|
+
/**
|
|
2562
|
+
* @public
|
|
2563
|
+
*/
|
|
1956
2564
|
export interface DisassociateVpcCidrBlockRequest {
|
|
1957
2565
|
/**
|
|
1958
2566
|
* <p>The association ID for the CIDR block.</p>
|
|
1959
2567
|
*/
|
|
1960
2568
|
AssociationId: string | undefined;
|
|
1961
2569
|
}
|
|
2570
|
+
/**
|
|
2571
|
+
* @public
|
|
2572
|
+
*/
|
|
1962
2573
|
export interface DisassociateVpcCidrBlockResult {
|
|
1963
2574
|
/**
|
|
1964
2575
|
* <p>Information about the IPv6 CIDR block association.</p>
|
|
@@ -1973,6 +2584,9 @@ export interface DisassociateVpcCidrBlockResult {
|
|
|
1973
2584
|
*/
|
|
1974
2585
|
VpcId?: string;
|
|
1975
2586
|
}
|
|
2587
|
+
/**
|
|
2588
|
+
* @public
|
|
2589
|
+
*/
|
|
1976
2590
|
export interface EnableAddressTransferRequest {
|
|
1977
2591
|
/**
|
|
1978
2592
|
* <p>The allocation ID of an Elastic IP address.</p>
|
|
@@ -1989,12 +2603,18 @@ export interface EnableAddressTransferRequest {
|
|
|
1989
2603
|
*/
|
|
1990
2604
|
DryRun?: boolean;
|
|
1991
2605
|
}
|
|
2606
|
+
/**
|
|
2607
|
+
* @public
|
|
2608
|
+
*/
|
|
1992
2609
|
export interface EnableAddressTransferResult {
|
|
1993
2610
|
/**
|
|
1994
2611
|
* <p>An Elastic IP address transfer.</p>
|
|
1995
2612
|
*/
|
|
1996
2613
|
AddressTransfer?: AddressTransfer;
|
|
1997
2614
|
}
|
|
2615
|
+
/**
|
|
2616
|
+
* @public
|
|
2617
|
+
*/
|
|
1998
2618
|
export interface EnableAwsNetworkPerformanceMetricSubscriptionRequest {
|
|
1999
2619
|
/**
|
|
2000
2620
|
* <p>The source Region or Availability Zone that the metric subscription is enabled for. For example, <code>us-east-1</code>.</p>
|
|
@@ -2019,12 +2639,18 @@ export interface EnableAwsNetworkPerformanceMetricSubscriptionRequest {
|
|
|
2019
2639
|
*/
|
|
2020
2640
|
DryRun?: boolean;
|
|
2021
2641
|
}
|
|
2642
|
+
/**
|
|
2643
|
+
* @public
|
|
2644
|
+
*/
|
|
2022
2645
|
export interface EnableAwsNetworkPerformanceMetricSubscriptionResult {
|
|
2023
2646
|
/**
|
|
2024
2647
|
* <p>Indicates whether the subscribe action was successful.</p>
|
|
2025
2648
|
*/
|
|
2026
2649
|
Output?: boolean;
|
|
2027
2650
|
}
|
|
2651
|
+
/**
|
|
2652
|
+
* @public
|
|
2653
|
+
*/
|
|
2028
2654
|
export interface EnableEbsEncryptionByDefaultRequest {
|
|
2029
2655
|
/**
|
|
2030
2656
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
@@ -2033,6 +2659,9 @@ export interface EnableEbsEncryptionByDefaultRequest {
|
|
|
2033
2659
|
*/
|
|
2034
2660
|
DryRun?: boolean;
|
|
2035
2661
|
}
|
|
2662
|
+
/**
|
|
2663
|
+
* @public
|
|
2664
|
+
*/
|
|
2036
2665
|
export interface EnableEbsEncryptionByDefaultResult {
|
|
2037
2666
|
/**
|
|
2038
2667
|
* <p>The updated status of encryption by default.</p>
|
|
@@ -2040,6 +2669,7 @@ export interface EnableEbsEncryptionByDefaultResult {
|
|
|
2040
2669
|
EbsEncryptionByDefault?: boolean;
|
|
2041
2670
|
}
|
|
2042
2671
|
/**
|
|
2672
|
+
* @public
|
|
2043
2673
|
* <p>Request to create a launch template for a fast-launch enabled Windows AMI.</p>
|
|
2044
2674
|
* <note>
|
|
2045
2675
|
* <p>Note - You can specify either the <code>LaunchTemplateName</code> or the
|
|
@@ -2061,6 +2691,7 @@ export interface FastLaunchLaunchTemplateSpecificationRequest {
|
|
|
2061
2691
|
Version: string | undefined;
|
|
2062
2692
|
}
|
|
2063
2693
|
/**
|
|
2694
|
+
* @public
|
|
2064
2695
|
* <p>Configuration settings for creating and managing pre-provisioned snapshots for a fast-launch enabled Windows AMI.</p>
|
|
2065
2696
|
*/
|
|
2066
2697
|
export interface FastLaunchSnapshotConfigurationRequest {
|
|
@@ -2069,6 +2700,9 @@ export interface FastLaunchSnapshotConfigurationRequest {
|
|
|
2069
2700
|
*/
|
|
2070
2701
|
TargetResourceCount?: number;
|
|
2071
2702
|
}
|
|
2703
|
+
/**
|
|
2704
|
+
* @public
|
|
2705
|
+
*/
|
|
2072
2706
|
export interface EnableFastLaunchRequest {
|
|
2073
2707
|
/**
|
|
2074
2708
|
* <p>The ID of the image for which you’re enabling faster launching.</p>
|
|
@@ -2104,6 +2738,9 @@ export interface EnableFastLaunchRequest {
|
|
|
2104
2738
|
*/
|
|
2105
2739
|
DryRun?: boolean;
|
|
2106
2740
|
}
|
|
2741
|
+
/**
|
|
2742
|
+
* @public
|
|
2743
|
+
*/
|
|
2107
2744
|
export interface EnableFastLaunchResult {
|
|
2108
2745
|
/**
|
|
2109
2746
|
* <p>The image ID that identifies the Windows AMI for which faster launching was enabled.</p>
|
|
@@ -2145,6 +2782,9 @@ export interface EnableFastLaunchResult {
|
|
|
2145
2782
|
*/
|
|
2146
2783
|
StateTransitionTime?: Date;
|
|
2147
2784
|
}
|
|
2785
|
+
/**
|
|
2786
|
+
* @public
|
|
2787
|
+
*/
|
|
2148
2788
|
export interface EnableFastSnapshotRestoresRequest {
|
|
2149
2789
|
/**
|
|
2150
2790
|
* <p>One or more Availability Zones. For example, <code>us-east-2a</code>.</p>
|
|
@@ -2163,6 +2803,7 @@ export interface EnableFastSnapshotRestoresRequest {
|
|
|
2163
2803
|
DryRun?: boolean;
|
|
2164
2804
|
}
|
|
2165
2805
|
/**
|
|
2806
|
+
* @public
|
|
2166
2807
|
* <p>Describes fast snapshot restores that were successfully enabled.</p>
|
|
2167
2808
|
*/
|
|
2168
2809
|
export interface EnableFastSnapshotRestoreSuccessItem {
|
|
@@ -2224,6 +2865,7 @@ export interface EnableFastSnapshotRestoreSuccessItem {
|
|
|
2224
2865
|
DisabledTime?: Date;
|
|
2225
2866
|
}
|
|
2226
2867
|
/**
|
|
2868
|
+
* @public
|
|
2227
2869
|
* <p>Describes an error that occurred when enabling fast snapshot restores.</p>
|
|
2228
2870
|
*/
|
|
2229
2871
|
export interface EnableFastSnapshotRestoreStateError {
|
|
@@ -2237,6 +2879,7 @@ export interface EnableFastSnapshotRestoreStateError {
|
|
|
2237
2879
|
Message?: string;
|
|
2238
2880
|
}
|
|
2239
2881
|
/**
|
|
2882
|
+
* @public
|
|
2240
2883
|
* <p>Contains information about an error that occurred when enabling fast snapshot restores.</p>
|
|
2241
2884
|
*/
|
|
2242
2885
|
export interface EnableFastSnapshotRestoreStateErrorItem {
|
|
@@ -2250,6 +2893,7 @@ export interface EnableFastSnapshotRestoreStateErrorItem {
|
|
|
2250
2893
|
Error?: EnableFastSnapshotRestoreStateError;
|
|
2251
2894
|
}
|
|
2252
2895
|
/**
|
|
2896
|
+
* @public
|
|
2253
2897
|
* <p>Contains information about the errors that occurred when enabling fast snapshot restores.</p>
|
|
2254
2898
|
*/
|
|
2255
2899
|
export interface EnableFastSnapshotRestoreErrorItem {
|
|
@@ -2262,6 +2906,9 @@ export interface EnableFastSnapshotRestoreErrorItem {
|
|
|
2262
2906
|
*/
|
|
2263
2907
|
FastSnapshotRestoreStateErrors?: EnableFastSnapshotRestoreStateErrorItem[];
|
|
2264
2908
|
}
|
|
2909
|
+
/**
|
|
2910
|
+
* @public
|
|
2911
|
+
*/
|
|
2265
2912
|
export interface EnableFastSnapshotRestoresResult {
|
|
2266
2913
|
/**
|
|
2267
2914
|
* <p>Information about the snapshots for which fast snapshot restores were successfully enabled.</p>
|
|
@@ -2272,6 +2919,9 @@ export interface EnableFastSnapshotRestoresResult {
|
|
|
2272
2919
|
*/
|
|
2273
2920
|
Unsuccessful?: EnableFastSnapshotRestoreErrorItem[];
|
|
2274
2921
|
}
|
|
2922
|
+
/**
|
|
2923
|
+
* @public
|
|
2924
|
+
*/
|
|
2275
2925
|
export interface EnableImageDeprecationRequest {
|
|
2276
2926
|
/**
|
|
2277
2927
|
* <p>The ID of the AMI.</p>
|
|
@@ -2293,12 +2943,18 @@ export interface EnableImageDeprecationRequest {
|
|
|
2293
2943
|
*/
|
|
2294
2944
|
DryRun?: boolean;
|
|
2295
2945
|
}
|
|
2946
|
+
/**
|
|
2947
|
+
* @public
|
|
2948
|
+
*/
|
|
2296
2949
|
export interface EnableImageDeprecationResult {
|
|
2297
2950
|
/**
|
|
2298
2951
|
* <p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>
|
|
2299
2952
|
*/
|
|
2300
2953
|
Return?: boolean;
|
|
2301
2954
|
}
|
|
2955
|
+
/**
|
|
2956
|
+
* @public
|
|
2957
|
+
*/
|
|
2302
2958
|
export interface EnableIpamOrganizationAdminAccountRequest {
|
|
2303
2959
|
/**
|
|
2304
2960
|
* <p>A check for whether you have the required permissions for the action without actually making the request
|
|
@@ -2311,12 +2967,18 @@ export interface EnableIpamOrganizationAdminAccountRequest {
|
|
|
2311
2967
|
*/
|
|
2312
2968
|
DelegatedAdminAccountId: string | undefined;
|
|
2313
2969
|
}
|
|
2970
|
+
/**
|
|
2971
|
+
* @public
|
|
2972
|
+
*/
|
|
2314
2973
|
export interface EnableIpamOrganizationAdminAccountResult {
|
|
2315
2974
|
/**
|
|
2316
2975
|
* <p>The result of enabling the IPAM account.</p>
|
|
2317
2976
|
*/
|
|
2318
2977
|
Success?: boolean;
|
|
2319
2978
|
}
|
|
2979
|
+
/**
|
|
2980
|
+
* @public
|
|
2981
|
+
*/
|
|
2320
2982
|
export interface EnableReachabilityAnalyzerOrganizationSharingRequest {
|
|
2321
2983
|
/**
|
|
2322
2984
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
@@ -2325,18 +2987,27 @@ export interface EnableReachabilityAnalyzerOrganizationSharingRequest {
|
|
|
2325
2987
|
*/
|
|
2326
2988
|
DryRun?: boolean;
|
|
2327
2989
|
}
|
|
2990
|
+
/**
|
|
2991
|
+
* @public
|
|
2992
|
+
*/
|
|
2328
2993
|
export interface EnableReachabilityAnalyzerOrganizationSharingResult {
|
|
2329
2994
|
/**
|
|
2330
2995
|
* <p>Returns <code>true</code> if the request succeeds; otherwise, returns an error.</p>
|
|
2331
2996
|
*/
|
|
2332
2997
|
ReturnValue?: boolean;
|
|
2333
2998
|
}
|
|
2999
|
+
/**
|
|
3000
|
+
* @public
|
|
3001
|
+
*/
|
|
2334
3002
|
export interface EnableSerialConsoleAccessRequest {
|
|
2335
3003
|
/**
|
|
2336
3004
|
* <p>Checks whether you have the required permissions for the action, 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>
|
|
2337
3005
|
*/
|
|
2338
3006
|
DryRun?: boolean;
|
|
2339
3007
|
}
|
|
3008
|
+
/**
|
|
3009
|
+
* @public
|
|
3010
|
+
*/
|
|
2340
3011
|
export interface EnableSerialConsoleAccessResult {
|
|
2341
3012
|
/**
|
|
2342
3013
|
* <p>If <code>true</code>, access to the EC2 serial console of all instances is enabled for
|
|
@@ -2345,6 +3016,9 @@ export interface EnableSerialConsoleAccessResult {
|
|
|
2345
3016
|
*/
|
|
2346
3017
|
SerialConsoleAccessEnabled?: boolean;
|
|
2347
3018
|
}
|
|
3019
|
+
/**
|
|
3020
|
+
* @public
|
|
3021
|
+
*/
|
|
2348
3022
|
export interface EnableTransitGatewayRouteTablePropagationRequest {
|
|
2349
3023
|
/**
|
|
2350
3024
|
* <p>The ID of the propagation route table.</p>
|
|
@@ -2365,6 +3039,9 @@ export interface EnableTransitGatewayRouteTablePropagationRequest {
|
|
|
2365
3039
|
*/
|
|
2366
3040
|
TransitGatewayRouteTableAnnouncementId?: string;
|
|
2367
3041
|
}
|
|
3042
|
+
/**
|
|
3043
|
+
* @public
|
|
3044
|
+
*/
|
|
2368
3045
|
export interface EnableTransitGatewayRouteTablePropagationResult {
|
|
2369
3046
|
/**
|
|
2370
3047
|
* <p>Information about route propagation.</p>
|
|
@@ -2372,6 +3049,7 @@ export interface EnableTransitGatewayRouteTablePropagationResult {
|
|
|
2372
3049
|
Propagation?: TransitGatewayPropagation;
|
|
2373
3050
|
}
|
|
2374
3051
|
/**
|
|
3052
|
+
* @public
|
|
2375
3053
|
* <p>Contains the parameters for EnableVgwRoutePropagation.</p>
|
|
2376
3054
|
*/
|
|
2377
3055
|
export interface EnableVgwRoutePropagationRequest {
|
|
@@ -2394,6 +3072,9 @@ export interface EnableVgwRoutePropagationRequest {
|
|
|
2394
3072
|
*/
|
|
2395
3073
|
DryRun?: boolean;
|
|
2396
3074
|
}
|
|
3075
|
+
/**
|
|
3076
|
+
* @public
|
|
3077
|
+
*/
|
|
2397
3078
|
export interface EnableVolumeIORequest {
|
|
2398
3079
|
/**
|
|
2399
3080
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
@@ -2406,6 +3087,9 @@ export interface EnableVolumeIORequest {
|
|
|
2406
3087
|
*/
|
|
2407
3088
|
VolumeId: string | undefined;
|
|
2408
3089
|
}
|
|
3090
|
+
/**
|
|
3091
|
+
* @public
|
|
3092
|
+
*/
|
|
2409
3093
|
export interface EnableVpcClassicLinkRequest {
|
|
2410
3094
|
/**
|
|
2411
3095
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
@@ -2418,24 +3102,36 @@ export interface EnableVpcClassicLinkRequest {
|
|
|
2418
3102
|
*/
|
|
2419
3103
|
VpcId: string | undefined;
|
|
2420
3104
|
}
|
|
3105
|
+
/**
|
|
3106
|
+
* @public
|
|
3107
|
+
*/
|
|
2421
3108
|
export interface EnableVpcClassicLinkResult {
|
|
2422
3109
|
/**
|
|
2423
3110
|
* <p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>
|
|
2424
3111
|
*/
|
|
2425
3112
|
Return?: boolean;
|
|
2426
3113
|
}
|
|
3114
|
+
/**
|
|
3115
|
+
* @public
|
|
3116
|
+
*/
|
|
2427
3117
|
export interface EnableVpcClassicLinkDnsSupportRequest {
|
|
2428
3118
|
/**
|
|
2429
3119
|
* <p>The ID of the VPC.</p>
|
|
2430
3120
|
*/
|
|
2431
3121
|
VpcId?: string;
|
|
2432
3122
|
}
|
|
3123
|
+
/**
|
|
3124
|
+
* @public
|
|
3125
|
+
*/
|
|
2433
3126
|
export interface EnableVpcClassicLinkDnsSupportResult {
|
|
2434
3127
|
/**
|
|
2435
3128
|
* <p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>
|
|
2436
3129
|
*/
|
|
2437
3130
|
Return?: boolean;
|
|
2438
3131
|
}
|
|
3132
|
+
/**
|
|
3133
|
+
* @public
|
|
3134
|
+
*/
|
|
2439
3135
|
export interface ExportClientVpnClientCertificateRevocationListRequest {
|
|
2440
3136
|
/**
|
|
2441
3137
|
* <p>The ID of the Client VPN endpoint.</p>
|
|
@@ -2446,11 +3142,15 @@ export interface ExportClientVpnClientCertificateRevocationListRequest {
|
|
|
2446
3142
|
*/
|
|
2447
3143
|
DryRun?: boolean;
|
|
2448
3144
|
}
|
|
3145
|
+
/**
|
|
3146
|
+
* @public
|
|
3147
|
+
*/
|
|
2449
3148
|
export declare enum ClientCertificateRevocationListStatusCode {
|
|
2450
3149
|
active = "active",
|
|
2451
3150
|
pending = "pending"
|
|
2452
3151
|
}
|
|
2453
3152
|
/**
|
|
3153
|
+
* @public
|
|
2454
3154
|
* <p>Describes the state of a client certificate revocation list.</p>
|
|
2455
3155
|
*/
|
|
2456
3156
|
export interface ClientCertificateRevocationListStatus {
|
|
@@ -2463,6 +3163,9 @@ export interface ClientCertificateRevocationListStatus {
|
|
|
2463
3163
|
*/
|
|
2464
3164
|
Message?: string;
|
|
2465
3165
|
}
|
|
3166
|
+
/**
|
|
3167
|
+
* @public
|
|
3168
|
+
*/
|
|
2466
3169
|
export interface ExportClientVpnClientCertificateRevocationListResult {
|
|
2467
3170
|
/**
|
|
2468
3171
|
* <p>Information about the client certificate revocation list.</p>
|
|
@@ -2473,6 +3176,9 @@ export interface ExportClientVpnClientCertificateRevocationListResult {
|
|
|
2473
3176
|
*/
|
|
2474
3177
|
Status?: ClientCertificateRevocationListStatus;
|
|
2475
3178
|
}
|
|
3179
|
+
/**
|
|
3180
|
+
* @public
|
|
3181
|
+
*/
|
|
2476
3182
|
export interface ExportClientVpnClientConfigurationRequest {
|
|
2477
3183
|
/**
|
|
2478
3184
|
* <p>The ID of the Client VPN endpoint.</p>
|
|
@@ -2483,6 +3189,9 @@ export interface ExportClientVpnClientConfigurationRequest {
|
|
|
2483
3189
|
*/
|
|
2484
3190
|
DryRun?: boolean;
|
|
2485
3191
|
}
|
|
3192
|
+
/**
|
|
3193
|
+
* @public
|
|
3194
|
+
*/
|
|
2486
3195
|
export interface ExportClientVpnClientConfigurationResult {
|
|
2487
3196
|
/**
|
|
2488
3197
|
* <p>The contents of the Client VPN endpoint configuration file.</p>
|
|
@@ -2490,6 +3199,7 @@ export interface ExportClientVpnClientConfigurationResult {
|
|
|
2490
3199
|
ClientConfiguration?: string;
|
|
2491
3200
|
}
|
|
2492
3201
|
/**
|
|
3202
|
+
* @public
|
|
2493
3203
|
* <p>Describes the destination for an export image task.</p>
|
|
2494
3204
|
*/
|
|
2495
3205
|
export interface ExportTaskS3LocationRequest {
|
|
@@ -2502,6 +3212,9 @@ export interface ExportTaskS3LocationRequest {
|
|
|
2502
3212
|
*/
|
|
2503
3213
|
S3Prefix?: string;
|
|
2504
3214
|
}
|
|
3215
|
+
/**
|
|
3216
|
+
* @public
|
|
3217
|
+
*/
|
|
2505
3218
|
export interface ExportImageRequest {
|
|
2506
3219
|
/**
|
|
2507
3220
|
* <p>Token to enable idempotency for export image requests.</p>
|
|
@@ -2539,6 +3252,9 @@ export interface ExportImageRequest {
|
|
|
2539
3252
|
*/
|
|
2540
3253
|
TagSpecifications?: TagSpecification[];
|
|
2541
3254
|
}
|
|
3255
|
+
/**
|
|
3256
|
+
* @public
|
|
3257
|
+
*/
|
|
2542
3258
|
export interface ExportImageResult {
|
|
2543
3259
|
/**
|
|
2544
3260
|
* <p>A description of the image being exported.</p>
|
|
@@ -2583,6 +3299,9 @@ export interface ExportImageResult {
|
|
|
2583
3299
|
*/
|
|
2584
3300
|
Tags?: Tag[];
|
|
2585
3301
|
}
|
|
3302
|
+
/**
|
|
3303
|
+
* @public
|
|
3304
|
+
*/
|
|
2586
3305
|
export interface ExportTransitGatewayRoutesRequest {
|
|
2587
3306
|
/**
|
|
2588
3307
|
* <p>The ID of the route table.</p>
|
|
@@ -2642,6 +3361,9 @@ export interface ExportTransitGatewayRoutesRequest {
|
|
|
2642
3361
|
*/
|
|
2643
3362
|
DryRun?: boolean;
|
|
2644
3363
|
}
|
|
3364
|
+
/**
|
|
3365
|
+
* @public
|
|
3366
|
+
*/
|
|
2645
3367
|
export interface ExportTransitGatewayRoutesResult {
|
|
2646
3368
|
/**
|
|
2647
3369
|
* <p>The URL of the exported file in Amazon S3. For example,
|
|
@@ -2649,6 +3371,9 @@ export interface ExportTransitGatewayRoutesResult {
|
|
|
2649
3371
|
*/
|
|
2650
3372
|
S3Location?: string;
|
|
2651
3373
|
}
|
|
3374
|
+
/**
|
|
3375
|
+
* @public
|
|
3376
|
+
*/
|
|
2652
3377
|
export interface GetAssociatedEnclaveCertificateIamRolesRequest {
|
|
2653
3378
|
/**
|
|
2654
3379
|
* <p>The ARN of the ACM certificate for which to view the associated IAM roles, encryption keys, and Amazon
|
|
@@ -2661,6 +3386,7 @@ export interface GetAssociatedEnclaveCertificateIamRolesRequest {
|
|
|
2661
3386
|
DryRun?: boolean;
|
|
2662
3387
|
}
|
|
2663
3388
|
/**
|
|
3389
|
+
* @public
|
|
2664
3390
|
* <p>Information about the associated IAM roles.</p>
|
|
2665
3391
|
*/
|
|
2666
3392
|
export interface AssociatedRole {
|
|
@@ -2683,12 +3409,18 @@ export interface AssociatedRole {
|
|
|
2683
3409
|
*/
|
|
2684
3410
|
EncryptionKmsKeyId?: string;
|
|
2685
3411
|
}
|
|
3412
|
+
/**
|
|
3413
|
+
* @public
|
|
3414
|
+
*/
|
|
2686
3415
|
export interface GetAssociatedEnclaveCertificateIamRolesResult {
|
|
2687
3416
|
/**
|
|
2688
3417
|
* <p>Information about the associated IAM roles.</p>
|
|
2689
3418
|
*/
|
|
2690
3419
|
AssociatedRoles?: AssociatedRole[];
|
|
2691
3420
|
}
|
|
3421
|
+
/**
|
|
3422
|
+
* @public
|
|
3423
|
+
*/
|
|
2692
3424
|
export interface GetAssociatedIpv6PoolCidrsRequest {
|
|
2693
3425
|
/**
|
|
2694
3426
|
* <p>The ID of the IPv6 address pool.</p>
|
|
@@ -2711,6 +3443,7 @@ export interface GetAssociatedIpv6PoolCidrsRequest {
|
|
|
2711
3443
|
DryRun?: boolean;
|
|
2712
3444
|
}
|
|
2713
3445
|
/**
|
|
3446
|
+
* @public
|
|
2714
3447
|
* <p>Describes an IPv6 CIDR block association.</p>
|
|
2715
3448
|
*/
|
|
2716
3449
|
export interface Ipv6CidrAssociation {
|
|
@@ -2723,6 +3456,9 @@ export interface Ipv6CidrAssociation {
|
|
|
2723
3456
|
*/
|
|
2724
3457
|
AssociatedResource?: string;
|
|
2725
3458
|
}
|
|
3459
|
+
/**
|
|
3460
|
+
* @public
|
|
3461
|
+
*/
|
|
2726
3462
|
export interface GetAssociatedIpv6PoolCidrsResult {
|
|
2727
3463
|
/**
|
|
2728
3464
|
* <p>Information about the IPv6 CIDR block associations.</p>
|
|
@@ -2734,6 +3470,7 @@ export interface GetAssociatedIpv6PoolCidrsResult {
|
|
|
2734
3470
|
NextToken?: string;
|
|
2735
3471
|
}
|
|
2736
3472
|
/**
|
|
3473
|
+
* @public
|
|
2737
3474
|
* <p>A query used for retrieving network health data. </p>
|
|
2738
3475
|
*/
|
|
2739
3476
|
export interface DataQuery {
|
|
@@ -2762,6 +3499,9 @@ export interface DataQuery {
|
|
|
2762
3499
|
*/
|
|
2763
3500
|
Period?: PeriodType | string;
|
|
2764
3501
|
}
|
|
3502
|
+
/**
|
|
3503
|
+
* @public
|
|
3504
|
+
*/
|
|
2765
3505
|
export interface GetAwsNetworkPerformanceDataRequest {
|
|
2766
3506
|
/**
|
|
2767
3507
|
* <p>A list of network performance data queries.</p>
|
|
@@ -2793,6 +3533,7 @@ export interface GetAwsNetworkPerformanceDataRequest {
|
|
|
2793
3533
|
DryRun?: boolean;
|
|
2794
3534
|
}
|
|
2795
3535
|
/**
|
|
3536
|
+
* @public
|
|
2796
3537
|
* <p>Indicates whether the network was healthy or degraded at a particular point. The value is aggregated from the <code>startDate</code> to the <code>endDate</code>. Currently only <code>five_minutes</code> is supported.</p>
|
|
2797
3538
|
*/
|
|
2798
3539
|
export interface MetricPoint {
|
|
@@ -2812,6 +3553,7 @@ export interface MetricPoint {
|
|
|
2812
3553
|
Status?: string;
|
|
2813
3554
|
}
|
|
2814
3555
|
/**
|
|
3556
|
+
* @public
|
|
2815
3557
|
* <p>The response to a <code>DataQuery</code>.</p>
|
|
2816
3558
|
*/
|
|
2817
3559
|
export interface DataResponse {
|
|
@@ -2844,6 +3586,9 @@ export interface DataResponse {
|
|
|
2844
3586
|
*/
|
|
2845
3587
|
MetricPoints?: MetricPoint[];
|
|
2846
3588
|
}
|
|
3589
|
+
/**
|
|
3590
|
+
* @public
|
|
3591
|
+
*/
|
|
2847
3592
|
export interface GetAwsNetworkPerformanceDataResult {
|
|
2848
3593
|
/**
|
|
2849
3594
|
* <p>The list of data responses.</p>
|
|
@@ -2854,6 +3599,9 @@ export interface GetAwsNetworkPerformanceDataResult {
|
|
|
2854
3599
|
*/
|
|
2855
3600
|
NextToken?: string;
|
|
2856
3601
|
}
|
|
3602
|
+
/**
|
|
3603
|
+
* @public
|
|
3604
|
+
*/
|
|
2857
3605
|
export interface GetCapacityReservationUsageRequest {
|
|
2858
3606
|
/**
|
|
2859
3607
|
* <p>The ID of the Capacity Reservation.</p>
|
|
@@ -2874,6 +3622,7 @@ export interface GetCapacityReservationUsageRequest {
|
|
|
2874
3622
|
DryRun?: boolean;
|
|
2875
3623
|
}
|
|
2876
3624
|
/**
|
|
3625
|
+
* @public
|
|
2877
3626
|
* <p>Information about the Capacity Reservation usage.</p>
|
|
2878
3627
|
*/
|
|
2879
3628
|
export interface InstanceUsage {
|
|
@@ -2886,6 +3635,9 @@ export interface InstanceUsage {
|
|
|
2886
3635
|
*/
|
|
2887
3636
|
UsedInstanceCount?: number;
|
|
2888
3637
|
}
|
|
3638
|
+
/**
|
|
3639
|
+
* @public
|
|
3640
|
+
*/
|
|
2889
3641
|
export interface GetCapacityReservationUsageResult {
|
|
2890
3642
|
/**
|
|
2891
3643
|
* <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
|
|
@@ -2943,6 +3695,9 @@ export interface GetCapacityReservationUsageResult {
|
|
|
2943
3695
|
*/
|
|
2944
3696
|
InstanceUsages?: InstanceUsage[];
|
|
2945
3697
|
}
|
|
3698
|
+
/**
|
|
3699
|
+
* @public
|
|
3700
|
+
*/
|
|
2946
3701
|
export interface GetCoipPoolUsageRequest {
|
|
2947
3702
|
/**
|
|
2948
3703
|
* <p>The ID of the address pool.</p>
|
|
@@ -2987,6 +3742,7 @@ export interface GetCoipPoolUsageRequest {
|
|
|
2987
3742
|
DryRun?: boolean;
|
|
2988
3743
|
}
|
|
2989
3744
|
/**
|
|
3745
|
+
* @public
|
|
2990
3746
|
* <p>Describes address usage for a customer-owned address pool.</p>
|
|
2991
3747
|
*/
|
|
2992
3748
|
export interface CoipAddressUsage {
|
|
@@ -3007,6 +3763,9 @@ export interface CoipAddressUsage {
|
|
|
3007
3763
|
*/
|
|
3008
3764
|
CoIp?: string;
|
|
3009
3765
|
}
|
|
3766
|
+
/**
|
|
3767
|
+
* @public
|
|
3768
|
+
*/
|
|
3010
3769
|
export interface GetCoipPoolUsageResult {
|
|
3011
3770
|
/**
|
|
3012
3771
|
* <p>The ID of the customer-owned address pool.</p>
|
|
@@ -3021,6 +3780,9 @@ export interface GetCoipPoolUsageResult {
|
|
|
3021
3780
|
*/
|
|
3022
3781
|
LocalGatewayRouteTableId?: string;
|
|
3023
3782
|
}
|
|
3783
|
+
/**
|
|
3784
|
+
* @public
|
|
3785
|
+
*/
|
|
3024
3786
|
export interface GetConsoleOutputRequest {
|
|
3025
3787
|
/**
|
|
3026
3788
|
* <p>The ID of the instance.</p>
|
|
@@ -3038,6 +3800,9 @@ export interface GetConsoleOutputRequest {
|
|
|
3038
3800
|
*/
|
|
3039
3801
|
Latest?: boolean;
|
|
3040
3802
|
}
|
|
3803
|
+
/**
|
|
3804
|
+
* @public
|
|
3805
|
+
*/
|
|
3041
3806
|
export interface GetConsoleOutputResult {
|
|
3042
3807
|
/**
|
|
3043
3808
|
* <p>The ID of the instance.</p>
|
|
@@ -3053,6 +3818,9 @@ export interface GetConsoleOutputResult {
|
|
|
3053
3818
|
*/
|
|
3054
3819
|
Timestamp?: Date;
|
|
3055
3820
|
}
|
|
3821
|
+
/**
|
|
3822
|
+
* @public
|
|
3823
|
+
*/
|
|
3056
3824
|
export interface GetConsoleScreenshotRequest {
|
|
3057
3825
|
/**
|
|
3058
3826
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
@@ -3070,6 +3838,9 @@ export interface GetConsoleScreenshotRequest {
|
|
|
3070
3838
|
*/
|
|
3071
3839
|
WakeUp?: boolean;
|
|
3072
3840
|
}
|
|
3841
|
+
/**
|
|
3842
|
+
* @public
|
|
3843
|
+
*/
|
|
3073
3844
|
export interface GetConsoleScreenshotResult {
|
|
3074
3845
|
/**
|
|
3075
3846
|
* <p>The data that comprises the image.</p>
|
|
@@ -3080,12 +3851,18 @@ export interface GetConsoleScreenshotResult {
|
|
|
3080
3851
|
*/
|
|
3081
3852
|
InstanceId?: string;
|
|
3082
3853
|
}
|
|
3854
|
+
/**
|
|
3855
|
+
* @public
|
|
3856
|
+
*/
|
|
3083
3857
|
export declare enum UnlimitedSupportedInstanceFamily {
|
|
3084
3858
|
t2 = "t2",
|
|
3085
3859
|
t3 = "t3",
|
|
3086
3860
|
t3a = "t3a",
|
|
3087
3861
|
t4g = "t4g"
|
|
3088
3862
|
}
|
|
3863
|
+
/**
|
|
3864
|
+
* @public
|
|
3865
|
+
*/
|
|
3089
3866
|
export interface GetDefaultCreditSpecificationRequest {
|
|
3090
3867
|
/**
|
|
3091
3868
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
@@ -3099,6 +3876,7 @@ export interface GetDefaultCreditSpecificationRequest {
|
|
|
3099
3876
|
InstanceFamily: UnlimitedSupportedInstanceFamily | string | undefined;
|
|
3100
3877
|
}
|
|
3101
3878
|
/**
|
|
3879
|
+
* @public
|
|
3102
3880
|
* <p>Describes the default credit option for CPU usage of a burstable performance instance
|
|
3103
3881
|
* family.</p>
|
|
3104
3882
|
*/
|
|
@@ -3113,12 +3891,18 @@ export interface InstanceFamilyCreditSpecification {
|
|
|
3113
3891
|
*/
|
|
3114
3892
|
CpuCredits?: string;
|
|
3115
3893
|
}
|
|
3894
|
+
/**
|
|
3895
|
+
* @public
|
|
3896
|
+
*/
|
|
3116
3897
|
export interface GetDefaultCreditSpecificationResult {
|
|
3117
3898
|
/**
|
|
3118
3899
|
* <p>The default credit option for CPU usage of the instance family.</p>
|
|
3119
3900
|
*/
|
|
3120
3901
|
InstanceFamilyCreditSpecification?: InstanceFamilyCreditSpecification;
|
|
3121
3902
|
}
|
|
3903
|
+
/**
|
|
3904
|
+
* @public
|
|
3905
|
+
*/
|
|
3122
3906
|
export interface GetEbsDefaultKmsKeyIdRequest {
|
|
3123
3907
|
/**
|
|
3124
3908
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
@@ -3127,12 +3911,18 @@ export interface GetEbsDefaultKmsKeyIdRequest {
|
|
|
3127
3911
|
*/
|
|
3128
3912
|
DryRun?: boolean;
|
|
3129
3913
|
}
|
|
3914
|
+
/**
|
|
3915
|
+
* @public
|
|
3916
|
+
*/
|
|
3130
3917
|
export interface GetEbsDefaultKmsKeyIdResult {
|
|
3131
3918
|
/**
|
|
3132
3919
|
* <p>The Amazon Resource Name (ARN) of the default KMS key for encryption by default.</p>
|
|
3133
3920
|
*/
|
|
3134
3921
|
KmsKeyId?: string;
|
|
3135
3922
|
}
|
|
3923
|
+
/**
|
|
3924
|
+
* @public
|
|
3925
|
+
*/
|
|
3136
3926
|
export interface GetEbsEncryptionByDefaultRequest {
|
|
3137
3927
|
/**
|
|
3138
3928
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
@@ -3141,12 +3931,18 @@ export interface GetEbsEncryptionByDefaultRequest {
|
|
|
3141
3931
|
*/
|
|
3142
3932
|
DryRun?: boolean;
|
|
3143
3933
|
}
|
|
3934
|
+
/**
|
|
3935
|
+
* @public
|
|
3936
|
+
*/
|
|
3144
3937
|
export interface GetEbsEncryptionByDefaultResult {
|
|
3145
3938
|
/**
|
|
3146
3939
|
* <p>Indicates whether encryption by default is enabled.</p>
|
|
3147
3940
|
*/
|
|
3148
3941
|
EbsEncryptionByDefault?: boolean;
|
|
3149
3942
|
}
|
|
3943
|
+
/**
|
|
3944
|
+
* @public
|
|
3945
|
+
*/
|
|
3150
3946
|
export declare enum PartitionLoadFrequency {
|
|
3151
3947
|
DAILY = "daily",
|
|
3152
3948
|
MONTHLY = "monthly",
|
|
@@ -3154,6 +3950,7 @@ export declare enum PartitionLoadFrequency {
|
|
|
3154
3950
|
WEEKLY = "weekly"
|
|
3155
3951
|
}
|
|
3156
3952
|
/**
|
|
3953
|
+
* @public
|
|
3157
3954
|
* <p>Describes integration options for Amazon Athena.</p>
|
|
3158
3955
|
*/
|
|
3159
3956
|
export interface AthenaIntegration {
|
|
@@ -3175,6 +3972,7 @@ export interface AthenaIntegration {
|
|
|
3175
3972
|
PartitionEndDate?: Date;
|
|
3176
3973
|
}
|
|
3177
3974
|
/**
|
|
3975
|
+
* @public
|
|
3178
3976
|
* <p>Describes service integrations with VPC Flow logs.</p>
|
|
3179
3977
|
*/
|
|
3180
3978
|
export interface IntegrateServices {
|
|
@@ -3183,6 +3981,9 @@ export interface IntegrateServices {
|
|
|
3183
3981
|
*/
|
|
3184
3982
|
AthenaIntegrations?: AthenaIntegration[];
|
|
3185
3983
|
}
|
|
3984
|
+
/**
|
|
3985
|
+
* @public
|
|
3986
|
+
*/
|
|
3186
3987
|
export interface GetFlowLogsIntegrationTemplateRequest {
|
|
3187
3988
|
/**
|
|
3188
3989
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
@@ -3203,12 +4004,18 @@ export interface GetFlowLogsIntegrationTemplateRequest {
|
|
|
3203
4004
|
*/
|
|
3204
4005
|
IntegrateServices: IntegrateServices | undefined;
|
|
3205
4006
|
}
|
|
4007
|
+
/**
|
|
4008
|
+
* @public
|
|
4009
|
+
*/
|
|
3206
4010
|
export interface GetFlowLogsIntegrationTemplateResult {
|
|
3207
4011
|
/**
|
|
3208
4012
|
* <p>The generated CloudFormation template.</p>
|
|
3209
4013
|
*/
|
|
3210
4014
|
Result?: string;
|
|
3211
4015
|
}
|
|
4016
|
+
/**
|
|
4017
|
+
* @public
|
|
4018
|
+
*/
|
|
3212
4019
|
export interface GetGroupsForCapacityReservationRequest {
|
|
3213
4020
|
/**
|
|
3214
4021
|
* <p>The ID of the Capacity Reservation.</p>
|
|
@@ -3228,6 +4035,7 @@ export interface GetGroupsForCapacityReservationRequest {
|
|
|
3228
4035
|
DryRun?: boolean;
|
|
3229
4036
|
}
|
|
3230
4037
|
/**
|
|
4038
|
+
* @public
|
|
3231
4039
|
* <p>Describes a resource group to which a Capacity Reservation has been added.</p>
|
|
3232
4040
|
*/
|
|
3233
4041
|
export interface CapacityReservationGroup {
|
|
@@ -3240,6 +4048,9 @@ export interface CapacityReservationGroup {
|
|
|
3240
4048
|
*/
|
|
3241
4049
|
OwnerId?: string;
|
|
3242
4050
|
}
|
|
4051
|
+
/**
|
|
4052
|
+
* @public
|
|
4053
|
+
*/
|
|
3243
4054
|
export interface GetGroupsForCapacityReservationResult {
|
|
3244
4055
|
/**
|
|
3245
4056
|
* <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
|
|
@@ -3250,6 +4061,9 @@ export interface GetGroupsForCapacityReservationResult {
|
|
|
3250
4061
|
*/
|
|
3251
4062
|
CapacityReservationGroups?: CapacityReservationGroup[];
|
|
3252
4063
|
}
|
|
4064
|
+
/**
|
|
4065
|
+
* @public
|
|
4066
|
+
*/
|
|
3253
4067
|
export interface GetHostReservationPurchasePreviewRequest {
|
|
3254
4068
|
/**
|
|
3255
4069
|
* <p>The IDs of the Dedicated Hosts with which the reservation is associated.</p>
|
|
@@ -3261,6 +4075,7 @@ export interface GetHostReservationPurchasePreviewRequest {
|
|
|
3261
4075
|
OfferingId: string | undefined;
|
|
3262
4076
|
}
|
|
3263
4077
|
/**
|
|
4078
|
+
* @public
|
|
3264
4079
|
* <p>Describes the result of the purchase.</p>
|
|
3265
4080
|
*/
|
|
3266
4081
|
export interface Purchase {
|
|
@@ -3300,6 +4115,9 @@ export interface Purchase {
|
|
|
3300
4115
|
*/
|
|
3301
4116
|
UpfrontPrice?: string;
|
|
3302
4117
|
}
|
|
4118
|
+
/**
|
|
4119
|
+
* @public
|
|
4120
|
+
*/
|
|
3303
4121
|
export interface GetHostReservationPurchasePreviewResult {
|
|
3304
4122
|
/**
|
|
3305
4123
|
* <p>The currency in which the <code>totalUpfrontPrice</code> and
|
|
@@ -3321,6 +4139,9 @@ export interface GetHostReservationPurchasePreviewResult {
|
|
|
3321
4139
|
*/
|
|
3322
4140
|
TotalUpfrontPrice?: string;
|
|
3323
4141
|
}
|
|
4142
|
+
/**
|
|
4143
|
+
* @public
|
|
4144
|
+
*/
|
|
3324
4145
|
export interface GetInstanceTypesFromInstanceRequirementsRequest {
|
|
3325
4146
|
/**
|
|
3326
4147
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
@@ -3352,6 +4173,7 @@ export interface GetInstanceTypesFromInstanceRequirementsRequest {
|
|
|
3352
4173
|
NextToken?: string;
|
|
3353
4174
|
}
|
|
3354
4175
|
/**
|
|
4176
|
+
* @public
|
|
3355
4177
|
* <p>The list of instance types with the specified instance attributes.</p>
|
|
3356
4178
|
*/
|
|
3357
4179
|
export interface InstanceTypeInfoFromInstanceRequirements {
|
|
@@ -3360,6 +4182,9 @@ export interface InstanceTypeInfoFromInstanceRequirements {
|
|
|
3360
4182
|
*/
|
|
3361
4183
|
InstanceType?: string;
|
|
3362
4184
|
}
|
|
4185
|
+
/**
|
|
4186
|
+
* @public
|
|
4187
|
+
*/
|
|
3363
4188
|
export interface GetInstanceTypesFromInstanceRequirementsResult {
|
|
3364
4189
|
/**
|
|
3365
4190
|
* <p>The instance types with the specified instance attributes.</p>
|
|
@@ -3371,6 +4196,9 @@ export interface GetInstanceTypesFromInstanceRequirementsResult {
|
|
|
3371
4196
|
*/
|
|
3372
4197
|
NextToken?: string;
|
|
3373
4198
|
}
|
|
4199
|
+
/**
|
|
4200
|
+
* @public
|
|
4201
|
+
*/
|
|
3374
4202
|
export interface GetInstanceUefiDataRequest {
|
|
3375
4203
|
/**
|
|
3376
4204
|
* <p>The ID of the instance from which to retrieve the UEFI data.</p>
|
|
@@ -3383,6 +4211,9 @@ export interface GetInstanceUefiDataRequest {
|
|
|
3383
4211
|
*/
|
|
3384
4212
|
DryRun?: boolean;
|
|
3385
4213
|
}
|
|
4214
|
+
/**
|
|
4215
|
+
* @public
|
|
4216
|
+
*/
|
|
3386
4217
|
export interface GetInstanceUefiDataResult {
|
|
3387
4218
|
/**
|
|
3388
4219
|
* <p>The ID of the instance from which to retrieve the UEFI data.</p>
|
|
@@ -3393,6 +4224,9 @@ export interface GetInstanceUefiDataResult {
|
|
|
3393
4224
|
*/
|
|
3394
4225
|
UefiData?: string;
|
|
3395
4226
|
}
|
|
4227
|
+
/**
|
|
4228
|
+
* @public
|
|
4229
|
+
*/
|
|
3396
4230
|
export interface GetIpamAddressHistoryRequest {
|
|
3397
4231
|
/**
|
|
3398
4232
|
* <p>A check for whether you have the required permissions for the action without actually making the request
|
|
@@ -3430,17 +4264,26 @@ export interface GetIpamAddressHistoryRequest {
|
|
|
3430
4264
|
*/
|
|
3431
4265
|
NextToken?: string;
|
|
3432
4266
|
}
|
|
4267
|
+
/**
|
|
4268
|
+
* @public
|
|
4269
|
+
*/
|
|
3433
4270
|
export declare enum IpamComplianceStatus {
|
|
3434
4271
|
compliant = "compliant",
|
|
3435
4272
|
ignored = "ignored",
|
|
3436
4273
|
noncompliant = "noncompliant",
|
|
3437
4274
|
unmanaged = "unmanaged"
|
|
3438
4275
|
}
|
|
4276
|
+
/**
|
|
4277
|
+
* @public
|
|
4278
|
+
*/
|
|
3439
4279
|
export declare enum IpamOverlapStatus {
|
|
3440
4280
|
ignored = "ignored",
|
|
3441
4281
|
nonoverlapping = "nonoverlapping",
|
|
3442
4282
|
overlapping = "overlapping"
|
|
3443
4283
|
}
|
|
4284
|
+
/**
|
|
4285
|
+
* @public
|
|
4286
|
+
*/
|
|
3444
4287
|
export declare enum IpamAddressHistoryResourceType {
|
|
3445
4288
|
eip = "eip",
|
|
3446
4289
|
instance = "instance",
|
|
@@ -3449,6 +4292,7 @@ export declare enum IpamAddressHistoryResourceType {
|
|
|
3449
4292
|
vpc = "vpc"
|
|
3450
4293
|
}
|
|
3451
4294
|
/**
|
|
4295
|
+
* @public
|
|
3452
4296
|
* <p>The historical record of a CIDR within an IPAM scope. For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/ipam/view-history-cidr-ipam.html">View the history of IP addresses</a> in the <i>Amazon VPC IPAM User Guide</i>.
|
|
3453
4297
|
* </p>
|
|
3454
4298
|
*/
|
|
@@ -3498,6 +4342,9 @@ export interface IpamAddressHistoryRecord {
|
|
|
3498
4342
|
*/
|
|
3499
4343
|
SampledEndTime?: Date;
|
|
3500
4344
|
}
|
|
4345
|
+
/**
|
|
4346
|
+
* @public
|
|
4347
|
+
*/
|
|
3501
4348
|
export interface GetIpamAddressHistoryResult {
|
|
3502
4349
|
/**
|
|
3503
4350
|
* <p>A historical record for a CIDR within an IPAM scope. If the CIDR is associated with an EC2 instance, you will see an object in the response for the instance and one for the network interface.</p>
|
|
@@ -3508,6 +4355,9 @@ export interface GetIpamAddressHistoryResult {
|
|
|
3508
4355
|
*/
|
|
3509
4356
|
NextToken?: string;
|
|
3510
4357
|
}
|
|
4358
|
+
/**
|
|
4359
|
+
* @public
|
|
4360
|
+
*/
|
|
3511
4361
|
export interface GetIpamDiscoveredAccountsRequest {
|
|
3512
4362
|
/**
|
|
3513
4363
|
* <p>A check for whether you have the required permissions for the action without actually making the request
|
|
@@ -3536,12 +4386,16 @@ export interface GetIpamDiscoveredAccountsRequest {
|
|
|
3536
4386
|
*/
|
|
3537
4387
|
MaxResults?: number;
|
|
3538
4388
|
}
|
|
4389
|
+
/**
|
|
4390
|
+
* @public
|
|
4391
|
+
*/
|
|
3539
4392
|
export declare enum IpamDiscoveryFailureCode {
|
|
3540
4393
|
assume_role_failure = "assume-role-failure",
|
|
3541
4394
|
throttling_failure = "throttling-failure",
|
|
3542
4395
|
unauthorized_failure = "unauthorized-failure"
|
|
3543
4396
|
}
|
|
3544
4397
|
/**
|
|
4398
|
+
* @public
|
|
3545
4399
|
* <p>The discovery failure reason.</p>
|
|
3546
4400
|
*/
|
|
3547
4401
|
export interface IpamDiscoveryFailureReason {
|
|
@@ -3580,6 +4434,7 @@ export interface IpamDiscoveryFailureReason {
|
|
|
3580
4434
|
Message?: string;
|
|
3581
4435
|
}
|
|
3582
4436
|
/**
|
|
4437
|
+
* @public
|
|
3583
4438
|
* <p>An IPAM discovered account. A discovered account is an Amazon Web Services account that is monitored under a resource discovery. If you have integrated IPAM with Amazon Web Services Organizations, all accounts in the organization are discovered accounts.</p>
|
|
3584
4439
|
*/
|
|
3585
4440
|
export interface IpamDiscoveredAccount {
|
|
@@ -3605,6 +4460,9 @@ export interface IpamDiscoveredAccount {
|
|
|
3605
4460
|
*/
|
|
3606
4461
|
LastSuccessfulDiscoveryTime?: Date;
|
|
3607
4462
|
}
|
|
4463
|
+
/**
|
|
4464
|
+
* @public
|
|
4465
|
+
*/
|
|
3608
4466
|
export interface GetIpamDiscoveredAccountsResult {
|
|
3609
4467
|
/**
|
|
3610
4468
|
* <p>Discovered accounts.</p>
|
|
@@ -3615,6 +4473,9 @@ export interface GetIpamDiscoveredAccountsResult {
|
|
|
3615
4473
|
*/
|
|
3616
4474
|
NextToken?: string;
|
|
3617
4475
|
}
|
|
4476
|
+
/**
|
|
4477
|
+
* @public
|
|
4478
|
+
*/
|
|
3618
4479
|
export interface GetIpamDiscoveredResourceCidrsRequest {
|
|
3619
4480
|
/**
|
|
3620
4481
|
* <p>A check for whether you have the required permissions for the action without actually making the request
|
|
@@ -3643,6 +4504,9 @@ export interface GetIpamDiscoveredResourceCidrsRequest {
|
|
|
3643
4504
|
*/
|
|
3644
4505
|
MaxResults?: number;
|
|
3645
4506
|
}
|
|
4507
|
+
/**
|
|
4508
|
+
* @public
|
|
4509
|
+
*/
|
|
3646
4510
|
export declare enum IpamResourceType {
|
|
3647
4511
|
eip = "eip",
|
|
3648
4512
|
ipv6_pool = "ipv6-pool",
|
|
@@ -3651,6 +4515,7 @@ export declare enum IpamResourceType {
|
|
|
3651
4515
|
vpc = "vpc"
|
|
3652
4516
|
}
|
|
3653
4517
|
/**
|
|
4518
|
+
* @public
|
|
3654
4519
|
* <p>An IPAM discovered resource CIDR. A discovered resource is a resource CIDR monitored under a resource discovery. The following resources can be discovered: VPCs, Public IPv4 pools, VPC subnets, and Elastic IP addresses. The discovered resource CIDR is the IP address range in CIDR notation that is associated with the resource.</p>
|
|
3655
4520
|
*/
|
|
3656
4521
|
export interface IpamDiscoveredResourceCidr {
|
|
@@ -3709,6 +4574,9 @@ export interface IpamDiscoveredResourceCidr {
|
|
|
3709
4574
|
*/
|
|
3710
4575
|
SampleTime?: Date;
|
|
3711
4576
|
}
|
|
4577
|
+
/**
|
|
4578
|
+
* @public
|
|
4579
|
+
*/
|
|
3712
4580
|
export interface GetIpamDiscoveredResourceCidrsResult {
|
|
3713
4581
|
/**
|
|
3714
4582
|
* <p>Discovered resource CIDRs.</p>
|
|
@@ -3719,6 +4587,9 @@ export interface GetIpamDiscoveredResourceCidrsResult {
|
|
|
3719
4587
|
*/
|
|
3720
4588
|
NextToken?: string;
|
|
3721
4589
|
}
|
|
4590
|
+
/**
|
|
4591
|
+
* @public
|
|
4592
|
+
*/
|
|
3722
4593
|
export interface GetIpamPoolAllocationsRequest {
|
|
3723
4594
|
/**
|
|
3724
4595
|
* <p>A check for whether you have the required permissions for the action without actually making the request
|
|
@@ -3747,6 +4618,9 @@ export interface GetIpamPoolAllocationsRequest {
|
|
|
3747
4618
|
*/
|
|
3748
4619
|
NextToken?: string;
|
|
3749
4620
|
}
|
|
4621
|
+
/**
|
|
4622
|
+
* @public
|
|
4623
|
+
*/
|
|
3750
4624
|
export interface GetIpamPoolAllocationsResult {
|
|
3751
4625
|
/**
|
|
3752
4626
|
* <p>The IPAM pool allocations you want information on.</p>
|
|
@@ -3757,6 +4631,9 @@ export interface GetIpamPoolAllocationsResult {
|
|
|
3757
4631
|
*/
|
|
3758
4632
|
NextToken?: string;
|
|
3759
4633
|
}
|
|
4634
|
+
/**
|
|
4635
|
+
* @public
|
|
4636
|
+
*/
|
|
3760
4637
|
export interface GetIpamPoolCidrsRequest {
|
|
3761
4638
|
/**
|
|
3762
4639
|
* <p>A check for whether you have the required permissions for the action without actually making the request
|
|
@@ -3781,6 +4658,9 @@ export interface GetIpamPoolCidrsRequest {
|
|
|
3781
4658
|
*/
|
|
3782
4659
|
NextToken?: string;
|
|
3783
4660
|
}
|
|
4661
|
+
/**
|
|
4662
|
+
* @public
|
|
4663
|
+
*/
|
|
3784
4664
|
export interface GetIpamPoolCidrsResult {
|
|
3785
4665
|
/**
|
|
3786
4666
|
* <p>Information about the CIDRs provisioned to an IPAM pool.</p>
|
|
@@ -3791,6 +4671,9 @@ export interface GetIpamPoolCidrsResult {
|
|
|
3791
4671
|
*/
|
|
3792
4672
|
NextToken?: string;
|
|
3793
4673
|
}
|
|
4674
|
+
/**
|
|
4675
|
+
* @public
|
|
4676
|
+
*/
|
|
3794
4677
|
export interface GetIpamResourceCidrsRequest {
|
|
3795
4678
|
/**
|
|
3796
4679
|
* <p>A check for whether you have the required permissions for the action without actually making the request
|
|
@@ -3835,12 +4718,16 @@ export interface GetIpamResourceCidrsRequest {
|
|
|
3835
4718
|
*/
|
|
3836
4719
|
ResourceOwner?: string;
|
|
3837
4720
|
}
|
|
4721
|
+
/**
|
|
4722
|
+
* @public
|
|
4723
|
+
*/
|
|
3838
4724
|
export declare enum IpamManagementState {
|
|
3839
4725
|
ignored = "ignored",
|
|
3840
4726
|
managed = "managed",
|
|
3841
4727
|
unmanaged = "unmanaged"
|
|
3842
4728
|
}
|
|
3843
4729
|
/**
|
|
4730
|
+
* @public
|
|
3844
4731
|
* <p>The CIDR for an IPAM resource.</p>
|
|
3845
4732
|
*/
|
|
3846
4733
|
export interface IpamResourceCidr {
|
|
@@ -3919,6 +4806,9 @@ export interface IpamResourceCidr {
|
|
|
3919
4806
|
*/
|
|
3920
4807
|
VpcId?: string;
|
|
3921
4808
|
}
|
|
4809
|
+
/**
|
|
4810
|
+
* @public
|
|
4811
|
+
*/
|
|
3922
4812
|
export interface GetIpamResourceCidrsResult {
|
|
3923
4813
|
/**
|
|
3924
4814
|
* <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
|
|
@@ -3929,6 +4819,9 @@ export interface GetIpamResourceCidrsResult {
|
|
|
3929
4819
|
*/
|
|
3930
4820
|
IpamResourceCidrs?: IpamResourceCidr[];
|
|
3931
4821
|
}
|
|
4822
|
+
/**
|
|
4823
|
+
* @public
|
|
4824
|
+
*/
|
|
3932
4825
|
export interface GetLaunchTemplateDataRequest {
|
|
3933
4826
|
/**
|
|
3934
4827
|
* <p>Checks whether you have the required permissions for the action, without actually
|
|
@@ -3942,12 +4835,18 @@ export interface GetLaunchTemplateDataRequest {
|
|
|
3942
4835
|
*/
|
|
3943
4836
|
InstanceId: string | undefined;
|
|
3944
4837
|
}
|
|
4838
|
+
/**
|
|
4839
|
+
* @public
|
|
4840
|
+
*/
|
|
3945
4841
|
export interface GetLaunchTemplateDataResult {
|
|
3946
4842
|
/**
|
|
3947
4843
|
* <p>The instance data.</p>
|
|
3948
4844
|
*/
|
|
3949
4845
|
LaunchTemplateData?: ResponseLaunchTemplateData;
|
|
3950
4846
|
}
|
|
4847
|
+
/**
|
|
4848
|
+
* @public
|
|
4849
|
+
*/
|
|
3951
4850
|
export interface GetManagedPrefixListAssociationsRequest {
|
|
3952
4851
|
/**
|
|
3953
4852
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
@@ -3970,6 +4869,7 @@ export interface GetManagedPrefixListAssociationsRequest {
|
|
|
3970
4869
|
NextToken?: string;
|
|
3971
4870
|
}
|
|
3972
4871
|
/**
|
|
4872
|
+
* @public
|
|
3973
4873
|
* <p>Describes the resource with which a prefix list is associated.</p>
|
|
3974
4874
|
*/
|
|
3975
4875
|
export interface PrefixListAssociation {
|
|
@@ -3982,6 +4882,9 @@ export interface PrefixListAssociation {
|
|
|
3982
4882
|
*/
|
|
3983
4883
|
ResourceOwner?: string;
|
|
3984
4884
|
}
|
|
4885
|
+
/**
|
|
4886
|
+
* @public
|
|
4887
|
+
*/
|
|
3985
4888
|
export interface GetManagedPrefixListAssociationsResult {
|
|
3986
4889
|
/**
|
|
3987
4890
|
* <p>Information about the associations.</p>
|
|
@@ -3992,6 +4895,9 @@ export interface GetManagedPrefixListAssociationsResult {
|
|
|
3992
4895
|
*/
|
|
3993
4896
|
NextToken?: string;
|
|
3994
4897
|
}
|
|
4898
|
+
/**
|
|
4899
|
+
* @public
|
|
4900
|
+
*/
|
|
3995
4901
|
export interface GetManagedPrefixListEntriesRequest {
|
|
3996
4902
|
/**
|
|
3997
4903
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
@@ -4018,6 +4924,7 @@ export interface GetManagedPrefixListEntriesRequest {
|
|
|
4018
4924
|
NextToken?: string;
|
|
4019
4925
|
}
|
|
4020
4926
|
/**
|
|
4927
|
+
* @public
|
|
4021
4928
|
* <p>Describes a prefix list entry.</p>
|
|
4022
4929
|
*/
|
|
4023
4930
|
export interface PrefixListEntry {
|
|
@@ -4030,6 +4937,9 @@ export interface PrefixListEntry {
|
|
|
4030
4937
|
*/
|
|
4031
4938
|
Description?: string;
|
|
4032
4939
|
}
|
|
4940
|
+
/**
|
|
4941
|
+
* @public
|
|
4942
|
+
*/
|
|
4033
4943
|
export interface GetManagedPrefixListEntriesResult {
|
|
4034
4944
|
/**
|
|
4035
4945
|
* <p>Information about the prefix list entries.</p>
|
|
@@ -4040,6 +4950,9 @@ export interface GetManagedPrefixListEntriesResult {
|
|
|
4040
4950
|
*/
|
|
4041
4951
|
NextToken?: string;
|
|
4042
4952
|
}
|
|
4953
|
+
/**
|
|
4954
|
+
* @public
|
|
4955
|
+
*/
|
|
4043
4956
|
export interface GetNetworkInsightsAccessScopeAnalysisFindingsRequest {
|
|
4044
4957
|
/**
|
|
4045
4958
|
* <p>The ID of the Network Access Scope analysis.</p>
|
|
@@ -4061,6 +4974,9 @@ export interface GetNetworkInsightsAccessScopeAnalysisFindingsRequest {
|
|
|
4061
4974
|
*/
|
|
4062
4975
|
DryRun?: boolean;
|
|
4063
4976
|
}
|
|
4977
|
+
/**
|
|
4978
|
+
* @public
|
|
4979
|
+
*/
|
|
4064
4980
|
export interface GetNetworkInsightsAccessScopeAnalysisFindingsResult {
|
|
4065
4981
|
/**
|
|
4066
4982
|
* <p>The ID of the Network Access Scope analysis.</p>
|
|
@@ -4079,6 +4995,9 @@ export interface GetNetworkInsightsAccessScopeAnalysisFindingsResult {
|
|
|
4079
4995
|
*/
|
|
4080
4996
|
NextToken?: string;
|
|
4081
4997
|
}
|
|
4998
|
+
/**
|
|
4999
|
+
* @public
|
|
5000
|
+
*/
|
|
4082
5001
|
export interface GetNetworkInsightsAccessScopeContentRequest {
|
|
4083
5002
|
/**
|
|
4084
5003
|
* <p>The ID of the Network Access Scope.</p>
|
|
@@ -4091,12 +5010,18 @@ export interface GetNetworkInsightsAccessScopeContentRequest {
|
|
|
4091
5010
|
*/
|
|
4092
5011
|
DryRun?: boolean;
|
|
4093
5012
|
}
|
|
5013
|
+
/**
|
|
5014
|
+
* @public
|
|
5015
|
+
*/
|
|
4094
5016
|
export interface GetNetworkInsightsAccessScopeContentResult {
|
|
4095
5017
|
/**
|
|
4096
5018
|
* <p>The Network Access Scope content.</p>
|
|
4097
5019
|
*/
|
|
4098
5020
|
NetworkInsightsAccessScopeContent?: NetworkInsightsAccessScopeContent;
|
|
4099
5021
|
}
|
|
5022
|
+
/**
|
|
5023
|
+
* @public
|
|
5024
|
+
*/
|
|
4100
5025
|
export interface GetPasswordDataRequest {
|
|
4101
5026
|
/**
|
|
4102
5027
|
* <p>The ID of the Windows instance.</p>
|
|
@@ -4109,6 +5034,9 @@ export interface GetPasswordDataRequest {
|
|
|
4109
5034
|
*/
|
|
4110
5035
|
DryRun?: boolean;
|
|
4111
5036
|
}
|
|
5037
|
+
/**
|
|
5038
|
+
* @public
|
|
5039
|
+
*/
|
|
4112
5040
|
export interface GetPasswordDataResult {
|
|
4113
5041
|
/**
|
|
4114
5042
|
* <p>The ID of the Windows instance.</p>
|
|
@@ -4125,6 +5053,7 @@ export interface GetPasswordDataResult {
|
|
|
4125
5053
|
Timestamp?: Date;
|
|
4126
5054
|
}
|
|
4127
5055
|
/**
|
|
5056
|
+
* @public
|
|
4128
5057
|
* <p>Contains the parameters for GetReservedInstanceExchangeQuote.</p>
|
|
4129
5058
|
*/
|
|
4130
5059
|
export interface GetReservedInstancesExchangeQuoteRequest {
|
|
@@ -4145,6 +5074,7 @@ export interface GetReservedInstancesExchangeQuoteRequest {
|
|
|
4145
5074
|
TargetConfigurations?: TargetConfigurationRequest[];
|
|
4146
5075
|
}
|
|
4147
5076
|
/**
|
|
5077
|
+
* @public
|
|
4148
5078
|
* <p>The cost associated with the Reserved Instance.</p>
|
|
4149
5079
|
*/
|
|
4150
5080
|
export interface ReservationValue {
|
|
@@ -4162,6 +5092,7 @@ export interface ReservationValue {
|
|
|
4162
5092
|
RemainingUpfrontValue?: string;
|
|
4163
5093
|
}
|
|
4164
5094
|
/**
|
|
5095
|
+
* @public
|
|
4165
5096
|
* <p>The total value of the Convertible Reserved Instance.</p>
|
|
4166
5097
|
*/
|
|
4167
5098
|
export interface ReservedInstanceReservationValue {
|
|
@@ -4175,6 +5106,7 @@ export interface ReservedInstanceReservationValue {
|
|
|
4175
5106
|
ReservedInstanceId?: string;
|
|
4176
5107
|
}
|
|
4177
5108
|
/**
|
|
5109
|
+
* @public
|
|
4178
5110
|
* <p>Information about the Convertible Reserved Instance offering.</p>
|
|
4179
5111
|
*/
|
|
4180
5112
|
export interface TargetConfiguration {
|
|
@@ -4189,6 +5121,7 @@ export interface TargetConfiguration {
|
|
|
4189
5121
|
OfferingId?: string;
|
|
4190
5122
|
}
|
|
4191
5123
|
/**
|
|
5124
|
+
* @public
|
|
4192
5125
|
* <p>The total value of the new Convertible Reserved Instances.</p>
|
|
4193
5126
|
*/
|
|
4194
5127
|
export interface TargetReservationValue {
|
|
@@ -4203,6 +5136,7 @@ export interface TargetReservationValue {
|
|
|
4203
5136
|
TargetConfiguration?: TargetConfiguration;
|
|
4204
5137
|
}
|
|
4205
5138
|
/**
|
|
5139
|
+
* @public
|
|
4206
5140
|
* <p>Contains the output of GetReservedInstancesExchangeQuote.</p>
|
|
4207
5141
|
*/
|
|
4208
5142
|
export interface GetReservedInstancesExchangeQuoteResult {
|
|
@@ -4243,12 +5177,18 @@ export interface GetReservedInstancesExchangeQuoteResult {
|
|
|
4243
5177
|
*/
|
|
4244
5178
|
ValidationFailureReason?: string;
|
|
4245
5179
|
}
|
|
5180
|
+
/**
|
|
5181
|
+
* @public
|
|
5182
|
+
*/
|
|
4246
5183
|
export interface GetSerialConsoleAccessStatusRequest {
|
|
4247
5184
|
/**
|
|
4248
5185
|
* <p>Checks whether you have the required permissions for the action, 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>
|
|
4249
5186
|
*/
|
|
4250
5187
|
DryRun?: boolean;
|
|
4251
5188
|
}
|
|
5189
|
+
/**
|
|
5190
|
+
* @public
|
|
5191
|
+
*/
|
|
4252
5192
|
export interface GetSerialConsoleAccessStatusResult {
|
|
4253
5193
|
/**
|
|
4254
5194
|
* <p>If <code>true</code>, access to the EC2 serial console of all instances is enabled for
|
|
@@ -4258,6 +5198,7 @@ export interface GetSerialConsoleAccessStatusResult {
|
|
|
4258
5198
|
SerialConsoleAccessEnabled?: boolean;
|
|
4259
5199
|
}
|
|
4260
5200
|
/**
|
|
5201
|
+
* @public
|
|
4261
5202
|
* <p>The architecture type, virtualization type, and other attributes for the instance types.
|
|
4262
5203
|
* When you specify instance attributes, Amazon EC2 will identify instance types with those
|
|
4263
5204
|
* attributes.</p>
|
|
@@ -4279,6 +5220,9 @@ export interface InstanceRequirementsWithMetadataRequest {
|
|
|
4279
5220
|
*/
|
|
4280
5221
|
InstanceRequirements?: InstanceRequirementsRequest;
|
|
4281
5222
|
}
|
|
5223
|
+
/**
|
|
5224
|
+
* @public
|
|
5225
|
+
*/
|
|
4282
5226
|
export interface GetSpotPlacementScoresRequest {
|
|
4283
5227
|
/**
|
|
4284
5228
|
* <p>The instance types. We recommend that you specify at least three instance types. If you
|
|
@@ -4335,6 +5279,7 @@ export interface GetSpotPlacementScoresRequest {
|
|
|
4335
5279
|
NextToken?: string;
|
|
4336
5280
|
}
|
|
4337
5281
|
/**
|
|
5282
|
+
* @public
|
|
4338
5283
|
* <p>The Spot placement score for this Region or Availability Zone. The score is calculated
|
|
4339
5284
|
* based on the assumption that the <code>capacity-optimized</code> allocation strategy is
|
|
4340
5285
|
* used and that all of the Availability Zones in the Region can be used.</p>
|
|
@@ -4356,6 +5301,9 @@ export interface SpotPlacementScore {
|
|
|
4356
5301
|
*/
|
|
4357
5302
|
Score?: number;
|
|
4358
5303
|
}
|
|
5304
|
+
/**
|
|
5305
|
+
* @public
|
|
5306
|
+
*/
|
|
4359
5307
|
export interface GetSpotPlacementScoresResult {
|
|
4360
5308
|
/**
|
|
4361
5309
|
* <p>The Spot placement score for the top 10 Regions or Availability Zones, scored on a scale
|
|
@@ -4385,6 +5333,9 @@ export interface GetSpotPlacementScoresResult {
|
|
|
4385
5333
|
*/
|
|
4386
5334
|
NextToken?: string;
|
|
4387
5335
|
}
|
|
5336
|
+
/**
|
|
5337
|
+
* @public
|
|
5338
|
+
*/
|
|
4388
5339
|
export interface GetSubnetCidrReservationsRequest {
|
|
4389
5340
|
/**
|
|
4390
5341
|
* <p>One or more filters.</p>
|
|
@@ -4430,6 +5381,9 @@ export interface GetSubnetCidrReservationsRequest {
|
|
|
4430
5381
|
*/
|
|
4431
5382
|
MaxResults?: number;
|
|
4432
5383
|
}
|
|
5384
|
+
/**
|
|
5385
|
+
* @public
|
|
5386
|
+
*/
|
|
4433
5387
|
export interface GetSubnetCidrReservationsResult {
|
|
4434
5388
|
/**
|
|
4435
5389
|
* <p>Information about the IPv4 subnet CIDR reservations.</p>
|
|
@@ -4444,6 +5398,9 @@ export interface GetSubnetCidrReservationsResult {
|
|
|
4444
5398
|
*/
|
|
4445
5399
|
NextToken?: string;
|
|
4446
5400
|
}
|
|
5401
|
+
/**
|
|
5402
|
+
* @public
|
|
5403
|
+
*/
|
|
4447
5404
|
export interface GetTransitGatewayAttachmentPropagationsRequest {
|
|
4448
5405
|
/**
|
|
4449
5406
|
* <p>The ID of the attachment.</p>
|
|
@@ -4476,6 +5433,7 @@ export interface GetTransitGatewayAttachmentPropagationsRequest {
|
|
|
4476
5433
|
DryRun?: boolean;
|
|
4477
5434
|
}
|
|
4478
5435
|
/**
|
|
5436
|
+
* @public
|
|
4479
5437
|
* <p>Describes a propagation route table.</p>
|
|
4480
5438
|
*/
|
|
4481
5439
|
export interface TransitGatewayAttachmentPropagation {
|
|
@@ -4488,6 +5446,9 @@ export interface TransitGatewayAttachmentPropagation {
|
|
|
4488
5446
|
*/
|
|
4489
5447
|
State?: TransitGatewayPropagationState | string;
|
|
4490
5448
|
}
|
|
5449
|
+
/**
|
|
5450
|
+
* @public
|
|
5451
|
+
*/
|
|
4491
5452
|
export interface GetTransitGatewayAttachmentPropagationsResult {
|
|
4492
5453
|
/**
|
|
4493
5454
|
* <p>Information about the propagation route tables.</p>
|
|
@@ -4498,6 +5459,9 @@ export interface GetTransitGatewayAttachmentPropagationsResult {
|
|
|
4498
5459
|
*/
|
|
4499
5460
|
NextToken?: string;
|
|
4500
5461
|
}
|
|
5462
|
+
/**
|
|
5463
|
+
* @public
|
|
5464
|
+
*/
|
|
4501
5465
|
export interface GetTransitGatewayMulticastDomainAssociationsRequest {
|
|
4502
5466
|
/**
|
|
4503
5467
|
* <p>The ID of the transit gateway multicast domain.</p>
|
|
@@ -4548,6 +5512,7 @@ export interface GetTransitGatewayMulticastDomainAssociationsRequest {
|
|
|
4548
5512
|
DryRun?: boolean;
|
|
4549
5513
|
}
|
|
4550
5514
|
/**
|
|
5515
|
+
* @public
|
|
4551
5516
|
* <p>Describes the resources associated with the transit gateway multicast domain.</p>
|
|
4552
5517
|
*/
|
|
4553
5518
|
export interface TransitGatewayMulticastDomainAssociation {
|
|
@@ -4572,6 +5537,9 @@ export interface TransitGatewayMulticastDomainAssociation {
|
|
|
4572
5537
|
*/
|
|
4573
5538
|
Subnet?: SubnetAssociation;
|
|
4574
5539
|
}
|
|
5540
|
+
/**
|
|
5541
|
+
* @public
|
|
5542
|
+
*/
|
|
4575
5543
|
export interface GetTransitGatewayMulticastDomainAssociationsResult {
|
|
4576
5544
|
/**
|
|
4577
5545
|
* <p>Information about the multicast domain associations.</p>
|
|
@@ -4582,6 +5550,9 @@ export interface GetTransitGatewayMulticastDomainAssociationsResult {
|
|
|
4582
5550
|
*/
|
|
4583
5551
|
NextToken?: string;
|
|
4584
5552
|
}
|
|
5553
|
+
/**
|
|
5554
|
+
* @public
|
|
5555
|
+
*/
|
|
4585
5556
|
export interface GetTransitGatewayPolicyTableAssociationsRequest {
|
|
4586
5557
|
/**
|
|
4587
5558
|
* <p>The ID of the transit gateway policy table.</p>
|
|
@@ -4607,6 +5578,9 @@ export interface GetTransitGatewayPolicyTableAssociationsRequest {
|
|
|
4607
5578
|
*/
|
|
4608
5579
|
DryRun?: boolean;
|
|
4609
5580
|
}
|
|
5581
|
+
/**
|
|
5582
|
+
* @public
|
|
5583
|
+
*/
|
|
4610
5584
|
export interface GetTransitGatewayPolicyTableAssociationsResult {
|
|
4611
5585
|
/**
|
|
4612
5586
|
* <p>Returns details about the transit gateway policy table association.</p>
|
|
@@ -4617,6 +5591,9 @@ export interface GetTransitGatewayPolicyTableAssociationsResult {
|
|
|
4617
5591
|
*/
|
|
4618
5592
|
NextToken?: string;
|
|
4619
5593
|
}
|
|
5594
|
+
/**
|
|
5595
|
+
* @public
|
|
5596
|
+
*/
|
|
4620
5597
|
export interface GetTransitGatewayPolicyTableEntriesRequest {
|
|
4621
5598
|
/**
|
|
4622
5599
|
* <p>The ID of the transit gateway policy table.</p>
|
|
@@ -4643,6 +5620,7 @@ export interface GetTransitGatewayPolicyTableEntriesRequest {
|
|
|
4643
5620
|
DryRun?: boolean;
|
|
4644
5621
|
}
|
|
4645
5622
|
/**
|
|
5623
|
+
* @public
|
|
4646
5624
|
* <p>Describes the meta data tags associated with a transit gateway policy rule.</p>
|
|
4647
5625
|
*/
|
|
4648
5626
|
export interface TransitGatewayPolicyRuleMetaData {
|
|
@@ -4656,6 +5634,7 @@ export interface TransitGatewayPolicyRuleMetaData {
|
|
|
4656
5634
|
MetaDataValue?: string;
|
|
4657
5635
|
}
|
|
4658
5636
|
/**
|
|
5637
|
+
* @public
|
|
4659
5638
|
* <p>Describes a rule associated with a transit gateway policy.</p>
|
|
4660
5639
|
*/
|
|
4661
5640
|
export interface TransitGatewayPolicyRule {
|
|
@@ -4685,6 +5664,7 @@ export interface TransitGatewayPolicyRule {
|
|
|
4685
5664
|
MetaData?: TransitGatewayPolicyRuleMetaData;
|
|
4686
5665
|
}
|
|
4687
5666
|
/**
|
|
5667
|
+
* @public
|
|
4688
5668
|
* <p>Describes a transit gateway policy table entry</p>
|
|
4689
5669
|
*/
|
|
4690
5670
|
export interface TransitGatewayPolicyTableEntry {
|
|
@@ -4701,12 +5681,18 @@ export interface TransitGatewayPolicyTableEntry {
|
|
|
4701
5681
|
*/
|
|
4702
5682
|
TargetRouteTableId?: string;
|
|
4703
5683
|
}
|
|
5684
|
+
/**
|
|
5685
|
+
* @public
|
|
5686
|
+
*/
|
|
4704
5687
|
export interface GetTransitGatewayPolicyTableEntriesResult {
|
|
4705
5688
|
/**
|
|
4706
5689
|
* <p>The entries for the transit gateway policy table.</p>
|
|
4707
5690
|
*/
|
|
4708
5691
|
TransitGatewayPolicyTableEntries?: TransitGatewayPolicyTableEntry[];
|
|
4709
5692
|
}
|
|
5693
|
+
/**
|
|
5694
|
+
* @public
|
|
5695
|
+
*/
|
|
4710
5696
|
export interface GetTransitGatewayPrefixListReferencesRequest {
|
|
4711
5697
|
/**
|
|
4712
5698
|
* <p>The ID of the transit gateway route table.</p>
|
|
@@ -4764,6 +5750,9 @@ export interface GetTransitGatewayPrefixListReferencesRequest {
|
|
|
4764
5750
|
*/
|
|
4765
5751
|
DryRun?: boolean;
|
|
4766
5752
|
}
|
|
5753
|
+
/**
|
|
5754
|
+
* @public
|
|
5755
|
+
*/
|
|
4767
5756
|
export interface GetTransitGatewayPrefixListReferencesResult {
|
|
4768
5757
|
/**
|
|
4769
5758
|
* <p>Information about the prefix list references.</p>
|
|
@@ -4774,6 +5763,9 @@ export interface GetTransitGatewayPrefixListReferencesResult {
|
|
|
4774
5763
|
*/
|
|
4775
5764
|
NextToken?: string;
|
|
4776
5765
|
}
|
|
5766
|
+
/**
|
|
5767
|
+
* @public
|
|
5768
|
+
*/
|
|
4777
5769
|
export interface GetTransitGatewayRouteTableAssociationsRequest {
|
|
4778
5770
|
/**
|
|
4779
5771
|
* <p>The ID of the transit gateway route table.</p>
|
|
@@ -4816,6 +5808,7 @@ export interface GetTransitGatewayRouteTableAssociationsRequest {
|
|
|
4816
5808
|
DryRun?: boolean;
|
|
4817
5809
|
}
|
|
4818
5810
|
/**
|
|
5811
|
+
* @public
|
|
4819
5812
|
* <p>Describes an association between a route table and a resource attachment.</p>
|
|
4820
5813
|
*/
|
|
4821
5814
|
export interface TransitGatewayRouteTableAssociation {
|
|
@@ -4836,6 +5829,9 @@ export interface TransitGatewayRouteTableAssociation {
|
|
|
4836
5829
|
*/
|
|
4837
5830
|
State?: TransitGatewayAssociationState | string;
|
|
4838
5831
|
}
|
|
5832
|
+
/**
|
|
5833
|
+
* @public
|
|
5834
|
+
*/
|
|
4839
5835
|
export interface GetTransitGatewayRouteTableAssociationsResult {
|
|
4840
5836
|
/**
|
|
4841
5837
|
* <p>Information about the associations.</p>
|
|
@@ -4846,6 +5842,9 @@ export interface GetTransitGatewayRouteTableAssociationsResult {
|
|
|
4846
5842
|
*/
|
|
4847
5843
|
NextToken?: string;
|
|
4848
5844
|
}
|
|
5845
|
+
/**
|
|
5846
|
+
* @public
|
|
5847
|
+
*/
|
|
4849
5848
|
export interface GetTransitGatewayRouteTablePropagationsRequest {
|
|
4850
5849
|
/**
|
|
4851
5850
|
* <p>The ID of the transit gateway route table.</p>
|
|
@@ -4888,6 +5887,7 @@ export interface GetTransitGatewayRouteTablePropagationsRequest {
|
|
|
4888
5887
|
DryRun?: boolean;
|
|
4889
5888
|
}
|
|
4890
5889
|
/**
|
|
5890
|
+
* @public
|
|
4891
5891
|
* <p>Describes a route table propagation.</p>
|
|
4892
5892
|
*/
|
|
4893
5893
|
export interface TransitGatewayRouteTablePropagation {
|
|
@@ -4912,6 +5912,9 @@ export interface TransitGatewayRouteTablePropagation {
|
|
|
4912
5912
|
*/
|
|
4913
5913
|
TransitGatewayRouteTableAnnouncementId?: string;
|
|
4914
5914
|
}
|
|
5915
|
+
/**
|
|
5916
|
+
* @public
|
|
5917
|
+
*/
|
|
4915
5918
|
export interface GetTransitGatewayRouteTablePropagationsResult {
|
|
4916
5919
|
/**
|
|
4917
5920
|
* <p>Information about the route table propagations.</p>
|
|
@@ -4922,6 +5925,9 @@ export interface GetTransitGatewayRouteTablePropagationsResult {
|
|
|
4922
5925
|
*/
|
|
4923
5926
|
NextToken?: string;
|
|
4924
5927
|
}
|
|
5928
|
+
/**
|
|
5929
|
+
* @public
|
|
5930
|
+
*/
|
|
4925
5931
|
export interface GetVerifiedAccessEndpointPolicyRequest {
|
|
4926
5932
|
/**
|
|
4927
5933
|
* <p>The ID of the Amazon Web Services Verified Access endpoint.</p>
|
|
@@ -4934,6 +5940,9 @@ export interface GetVerifiedAccessEndpointPolicyRequest {
|
|
|
4934
5940
|
*/
|
|
4935
5941
|
DryRun?: boolean;
|
|
4936
5942
|
}
|
|
5943
|
+
/**
|
|
5944
|
+
* @public
|
|
5945
|
+
*/
|
|
4937
5946
|
export interface GetVerifiedAccessEndpointPolicyResult {
|
|
4938
5947
|
/**
|
|
4939
5948
|
* <p>The status of the Verified Access policy.</p>
|
|
@@ -4944,6 +5953,9 @@ export interface GetVerifiedAccessEndpointPolicyResult {
|
|
|
4944
5953
|
*/
|
|
4945
5954
|
PolicyDocument?: string;
|
|
4946
5955
|
}
|
|
5956
|
+
/**
|
|
5957
|
+
* @public
|
|
5958
|
+
*/
|
|
4947
5959
|
export interface GetVerifiedAccessGroupPolicyRequest {
|
|
4948
5960
|
/**
|
|
4949
5961
|
* <p>The ID of the Amazon Web Services Verified Access group.</p>
|
|
@@ -4956,6 +5968,9 @@ export interface GetVerifiedAccessGroupPolicyRequest {
|
|
|
4956
5968
|
*/
|
|
4957
5969
|
DryRun?: boolean;
|
|
4958
5970
|
}
|
|
5971
|
+
/**
|
|
5972
|
+
* @public
|
|
5973
|
+
*/
|
|
4959
5974
|
export interface GetVerifiedAccessGroupPolicyResult {
|
|
4960
5975
|
/**
|
|
4961
5976
|
* <p>The status of the Verified Access policy.</p>
|
|
@@ -4966,6 +5981,9 @@ export interface GetVerifiedAccessGroupPolicyResult {
|
|
|
4966
5981
|
*/
|
|
4967
5982
|
PolicyDocument?: string;
|
|
4968
5983
|
}
|
|
5984
|
+
/**
|
|
5985
|
+
* @public
|
|
5986
|
+
*/
|
|
4969
5987
|
export interface GetVpnConnectionDeviceSampleConfigurationRequest {
|
|
4970
5988
|
/**
|
|
4971
5989
|
* <p>The <code>VpnConnectionId</code> specifies the Site-to-Site VPN connection used for the sample
|
|
@@ -4990,12 +6008,18 @@ export interface GetVpnConnectionDeviceSampleConfigurationRequest {
|
|
|
4990
6008
|
*/
|
|
4991
6009
|
DryRun?: boolean;
|
|
4992
6010
|
}
|
|
6011
|
+
/**
|
|
6012
|
+
* @public
|
|
6013
|
+
*/
|
|
4993
6014
|
export interface GetVpnConnectionDeviceSampleConfigurationResult {
|
|
4994
6015
|
/**
|
|
4995
6016
|
* <p>Sample configuration file for the specified customer gateway device.</p>
|
|
4996
6017
|
*/
|
|
4997
6018
|
VpnConnectionDeviceSampleConfiguration?: string;
|
|
4998
6019
|
}
|
|
6020
|
+
/**
|
|
6021
|
+
* @public
|
|
6022
|
+
*/
|
|
4999
6023
|
export interface GetVpnConnectionDeviceTypesRequest {
|
|
5000
6024
|
/**
|
|
5001
6025
|
* <p>The maximum number of results returned by <code>GetVpnConnectionDeviceTypes</code> in
|
|
@@ -5025,6 +6049,7 @@ export interface GetVpnConnectionDeviceTypesRequest {
|
|
|
5025
6049
|
DryRun?: boolean;
|
|
5026
6050
|
}
|
|
5027
6051
|
/**
|
|
6052
|
+
* @public
|
|
5028
6053
|
* <p>List of customer gateway devices that have a sample configuration file available for
|
|
5029
6054
|
* use. You can also see the list of device types with sample configuration files available
|
|
5030
6055
|
* under <a href="https://docs.aws.amazon.com/vpn/latest/s2svpn/your-cgw.html">Your customer
|
|
@@ -5048,6 +6073,9 @@ export interface VpnConnectionDeviceType {
|
|
|
5048
6073
|
*/
|
|
5049
6074
|
Software?: string;
|
|
5050
6075
|
}
|
|
6076
|
+
/**
|
|
6077
|
+
* @public
|
|
6078
|
+
*/
|
|
5051
6079
|
export interface GetVpnConnectionDeviceTypesResult {
|
|
5052
6080
|
/**
|
|
5053
6081
|
* <p>List of customer gateway devices that have a sample configuration file available for
|
|
@@ -5063,6 +6091,9 @@ export interface GetVpnConnectionDeviceTypesResult {
|
|
|
5063
6091
|
*/
|
|
5064
6092
|
NextToken?: string;
|
|
5065
6093
|
}
|
|
6094
|
+
/**
|
|
6095
|
+
* @public
|
|
6096
|
+
*/
|
|
5066
6097
|
export interface ImportClientVpnClientCertificateRevocationListRequest {
|
|
5067
6098
|
/**
|
|
5068
6099
|
* <p>The ID of the Client VPN endpoint to which the client certificate revocation list applies.</p>
|
|
@@ -5078,6 +6109,9 @@ export interface ImportClientVpnClientCertificateRevocationListRequest {
|
|
|
5078
6109
|
*/
|
|
5079
6110
|
DryRun?: boolean;
|
|
5080
6111
|
}
|
|
6112
|
+
/**
|
|
6113
|
+
* @public
|
|
6114
|
+
*/
|
|
5081
6115
|
export interface ImportClientVpnClientCertificateRevocationListResult {
|
|
5082
6116
|
/**
|
|
5083
6117
|
* <p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>
|
|
@@ -5085,6 +6119,7 @@ export interface ImportClientVpnClientCertificateRevocationListResult {
|
|
|
5085
6119
|
Return?: boolean;
|
|
5086
6120
|
}
|
|
5087
6121
|
/**
|
|
6122
|
+
* @public
|
|
5088
6123
|
* <p>Describes the client-specific data.</p>
|
|
5089
6124
|
*/
|
|
5090
6125
|
export interface ClientData {
|
|
@@ -5106,6 +6141,7 @@ export interface ClientData {
|
|
|
5106
6141
|
UploadStart?: Date;
|
|
5107
6142
|
}
|
|
5108
6143
|
/**
|
|
6144
|
+
* @public
|
|
5109
6145
|
* <p>Describes the Amazon S3 bucket for the disk image.</p>
|
|
5110
6146
|
*/
|
|
5111
6147
|
export interface UserBucket {
|
|
@@ -5119,6 +6155,7 @@ export interface UserBucket {
|
|
|
5119
6155
|
S3Key?: string;
|
|
5120
6156
|
}
|
|
5121
6157
|
/**
|
|
6158
|
+
* @public
|
|
5122
6159
|
* <p>Describes the disk container object for an import image task.</p>
|
|
5123
6160
|
*/
|
|
5124
6161
|
export interface ImageDiskContainer {
|
|
@@ -5151,6 +6188,7 @@ export interface ImageDiskContainer {
|
|
|
5151
6188
|
UserBucket?: UserBucket;
|
|
5152
6189
|
}
|
|
5153
6190
|
/**
|
|
6191
|
+
* @public
|
|
5154
6192
|
* <p>The request information of license configurations.</p>
|
|
5155
6193
|
*/
|
|
5156
6194
|
export interface ImportImageLicenseConfigurationRequest {
|
|
@@ -5159,6 +6197,9 @@ export interface ImportImageLicenseConfigurationRequest {
|
|
|
5159
6197
|
*/
|
|
5160
6198
|
LicenseConfigurationArn?: string;
|
|
5161
6199
|
}
|
|
6200
|
+
/**
|
|
6201
|
+
* @public
|
|
6202
|
+
*/
|
|
5162
6203
|
export interface ImportImageRequest {
|
|
5163
6204
|
/**
|
|
5164
6205
|
* <p>The architecture of the virtual machine.</p>
|
|
@@ -5265,6 +6306,9 @@ export interface ImportImageRequest {
|
|
|
5265
6306
|
*/
|
|
5266
6307
|
BootMode?: BootModeValues | string;
|
|
5267
6308
|
}
|
|
6309
|
+
/**
|
|
6310
|
+
* @public
|
|
6311
|
+
*/
|
|
5268
6312
|
export interface ImportImageResult {
|
|
5269
6313
|
/**
|
|
5270
6314
|
* <p>The architecture of the virtual machine.</p>
|
|
@@ -5332,6 +6376,7 @@ export interface ImportImageResult {
|
|
|
5332
6376
|
UsageOperation?: string;
|
|
5333
6377
|
}
|
|
5334
6378
|
/**
|
|
6379
|
+
* @public
|
|
5335
6380
|
* <p>Describes a disk image.</p>
|
|
5336
6381
|
*/
|
|
5337
6382
|
export interface DiskImageDetail {
|
|
@@ -5353,6 +6398,7 @@ export interface DiskImageDetail {
|
|
|
5353
6398
|
ImportManifestUrl: string | undefined;
|
|
5354
6399
|
}
|
|
5355
6400
|
/**
|
|
6401
|
+
* @public
|
|
5356
6402
|
* <p>Describes an EBS volume.</p>
|
|
5357
6403
|
*/
|
|
5358
6404
|
export interface VolumeDetail {
|
|
@@ -5362,6 +6408,7 @@ export interface VolumeDetail {
|
|
|
5362
6408
|
Size: number | undefined;
|
|
5363
6409
|
}
|
|
5364
6410
|
/**
|
|
6411
|
+
* @public
|
|
5365
6412
|
* <p>Describes a disk image.</p>
|
|
5366
6413
|
*/
|
|
5367
6414
|
export interface DiskImage {
|
|
@@ -5379,6 +6426,7 @@ export interface DiskImage {
|
|
|
5379
6426
|
Volume?: VolumeDetail;
|
|
5380
6427
|
}
|
|
5381
6428
|
/**
|
|
6429
|
+
* @public
|
|
5382
6430
|
* <p>Describes the user data for an instance.</p>
|
|
5383
6431
|
*/
|
|
5384
6432
|
export interface UserData {
|
|
@@ -5389,6 +6437,7 @@ export interface UserData {
|
|
|
5389
6437
|
Data?: string;
|
|
5390
6438
|
}
|
|
5391
6439
|
/**
|
|
6440
|
+
* @public
|
|
5392
6441
|
* <p>Describes the launch specification for VM import.</p>
|
|
5393
6442
|
*/
|
|
5394
6443
|
export interface ImportInstanceLaunchSpecification {
|
|
@@ -5439,6 +6488,9 @@ export interface ImportInstanceLaunchSpecification {
|
|
|
5439
6488
|
*/
|
|
5440
6489
|
UserData?: UserData;
|
|
5441
6490
|
}
|
|
6491
|
+
/**
|
|
6492
|
+
* @public
|
|
6493
|
+
*/
|
|
5442
6494
|
export interface ImportInstanceRequest {
|
|
5443
6495
|
/**
|
|
5444
6496
|
* <p>A description for the instance being imported.</p>
|
|
@@ -5463,12 +6515,18 @@ export interface ImportInstanceRequest {
|
|
|
5463
6515
|
*/
|
|
5464
6516
|
Platform: PlatformValues | string | undefined;
|
|
5465
6517
|
}
|
|
6518
|
+
/**
|
|
6519
|
+
* @public
|
|
6520
|
+
*/
|
|
5466
6521
|
export interface ImportInstanceResult {
|
|
5467
6522
|
/**
|
|
5468
6523
|
* <p>Information about the conversion task.</p>
|
|
5469
6524
|
*/
|
|
5470
6525
|
ConversionTask?: ConversionTask;
|
|
5471
6526
|
}
|
|
6527
|
+
/**
|
|
6528
|
+
* @public
|
|
6529
|
+
*/
|
|
5472
6530
|
export interface ImportKeyPairRequest {
|
|
5473
6531
|
/**
|
|
5474
6532
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
@@ -5489,6 +6547,9 @@ export interface ImportKeyPairRequest {
|
|
|
5489
6547
|
*/
|
|
5490
6548
|
TagSpecifications?: TagSpecification[];
|
|
5491
6549
|
}
|
|
6550
|
+
/**
|
|
6551
|
+
* @public
|
|
6552
|
+
*/
|
|
5492
6553
|
export interface ImportKeyPairResult {
|
|
5493
6554
|
/**
|
|
5494
6555
|
* <ul>
|
|
@@ -5515,6 +6576,7 @@ export interface ImportKeyPairResult {
|
|
|
5515
6576
|
Tags?: Tag[];
|
|
5516
6577
|
}
|
|
5517
6578
|
/**
|
|
6579
|
+
* @public
|
|
5518
6580
|
* <p>The disk container object for the import snapshot request.</p>
|
|
5519
6581
|
*/
|
|
5520
6582
|
export interface SnapshotDiskContainer {
|
|
@@ -5538,6 +6600,9 @@ export interface SnapshotDiskContainer {
|
|
|
5538
6600
|
*/
|
|
5539
6601
|
UserBucket?: UserBucket;
|
|
5540
6602
|
}
|
|
6603
|
+
/**
|
|
6604
|
+
* @public
|
|
6605
|
+
*/
|
|
5541
6606
|
export interface ImportSnapshotRequest {
|
|
5542
6607
|
/**
|
|
5543
6608
|
* <p>The client-specific data.</p>
|
|
@@ -5602,6 +6667,9 @@ export interface ImportSnapshotRequest {
|
|
|
5602
6667
|
*/
|
|
5603
6668
|
TagSpecifications?: TagSpecification[];
|
|
5604
6669
|
}
|
|
6670
|
+
/**
|
|
6671
|
+
* @public
|
|
6672
|
+
*/
|
|
5605
6673
|
export interface ImportSnapshotResult {
|
|
5606
6674
|
/**
|
|
5607
6675
|
* <p>A description of the import snapshot task.</p>
|
|
@@ -5620,171 +6688,38 @@ export interface ImportSnapshotResult {
|
|
|
5620
6688
|
*/
|
|
5621
6689
|
Tags?: Tag[];
|
|
5622
6690
|
}
|
|
5623
|
-
export interface ImportVolumeRequest {
|
|
5624
|
-
/**
|
|
5625
|
-
* <p>The Availability Zone for the resulting EBS volume.</p>
|
|
5626
|
-
*/
|
|
5627
|
-
AvailabilityZone: string | undefined;
|
|
5628
|
-
/**
|
|
5629
|
-
* <p>A description of the volume.</p>
|
|
5630
|
-
*/
|
|
5631
|
-
Description?: string;
|
|
5632
|
-
/**
|
|
5633
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
5634
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
5635
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
5636
|
-
*/
|
|
5637
|
-
DryRun?: boolean;
|
|
5638
|
-
/**
|
|
5639
|
-
* <p>The disk image.</p>
|
|
5640
|
-
*/
|
|
5641
|
-
Image: DiskImageDetail | undefined;
|
|
5642
|
-
/**
|
|
5643
|
-
* <p>The volume size.</p>
|
|
5644
|
-
*/
|
|
5645
|
-
Volume: VolumeDetail | undefined;
|
|
5646
|
-
}
|
|
5647
|
-
export interface ImportVolumeResult {
|
|
5648
|
-
/**
|
|
5649
|
-
* <p>Information about the conversion task.</p>
|
|
5650
|
-
*/
|
|
5651
|
-
ConversionTask?: ConversionTask;
|
|
5652
|
-
}
|
|
5653
|
-
export interface ListImagesInRecycleBinRequest {
|
|
5654
|
-
/**
|
|
5655
|
-
* <p>The IDs of the AMIs to list. Omit this parameter to list all of the AMIs that
|
|
5656
|
-
* are in the Recycle Bin. You can specify up to 20 IDs in a single request.</p>
|
|
5657
|
-
*/
|
|
5658
|
-
ImageIds?: string[];
|
|
5659
|
-
/**
|
|
5660
|
-
* <p>The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.</p>
|
|
5661
|
-
*/
|
|
5662
|
-
NextToken?: string;
|
|
5663
|
-
/**
|
|
5664
|
-
* <p>The maximum number of items to return for this request.
|
|
5665
|
-
* To get the next page of items, make another request with the token returned in the output.
|
|
5666
|
-
* For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
|
|
5667
|
-
*/
|
|
5668
|
-
MaxResults?: number;
|
|
5669
|
-
/**
|
|
5670
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
5671
|
-
* and provides an error response. If you have the required permissions, the error response is
|
|
5672
|
-
* <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
5673
|
-
*/
|
|
5674
|
-
DryRun?: boolean;
|
|
5675
|
-
}
|
|
5676
6691
|
/**
|
|
5677
|
-
*
|
|
6692
|
+
* @internal
|
|
5678
6693
|
*/
|
|
5679
|
-
export
|
|
5680
|
-
/**
|
|
5681
|
-
* <p>The ID of the AMI.</p>
|
|
5682
|
-
*/
|
|
5683
|
-
ImageId?: string;
|
|
5684
|
-
/**
|
|
5685
|
-
* <p>The name of the AMI.</p>
|
|
5686
|
-
*/
|
|
5687
|
-
Name?: string;
|
|
5688
|
-
/**
|
|
5689
|
-
* <p>The description of the AMI.</p>
|
|
5690
|
-
*/
|
|
5691
|
-
Description?: string;
|
|
5692
|
-
/**
|
|
5693
|
-
* <p>The date and time when the AMI entered the Recycle Bin.</p>
|
|
5694
|
-
*/
|
|
5695
|
-
RecycleBinEnterTime?: Date;
|
|
5696
|
-
/**
|
|
5697
|
-
* <p>The date and time when the AMI is to be permanently deleted from the Recycle Bin.</p>
|
|
5698
|
-
*/
|
|
5699
|
-
RecycleBinExitTime?: Date;
|
|
5700
|
-
}
|
|
5701
|
-
export interface ListImagesInRecycleBinResult {
|
|
5702
|
-
/**
|
|
5703
|
-
* <p>Information about the AMIs.</p>
|
|
5704
|
-
*/
|
|
5705
|
-
Images?: ImageRecycleBinInfo[];
|
|
5706
|
-
/**
|
|
5707
|
-
* <p>The token to include in another request to get the next page of items. This value is <code>null</code> when there
|
|
5708
|
-
* are no more items to return.</p>
|
|
5709
|
-
*/
|
|
5710
|
-
NextToken?: string;
|
|
5711
|
-
}
|
|
5712
|
-
export interface ListSnapshotsInRecycleBinRequest {
|
|
5713
|
-
/**
|
|
5714
|
-
* <p>The maximum number of items to return for this request.
|
|
5715
|
-
* To get the next page of items, make another request with the token returned in the output.
|
|
5716
|
-
* For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
|
|
5717
|
-
*/
|
|
5718
|
-
MaxResults?: number;
|
|
5719
|
-
/**
|
|
5720
|
-
* <p>The token returned from a previous paginated request.
|
|
5721
|
-
* Pagination continues from the end of the items returned by the previous request.</p>
|
|
5722
|
-
*/
|
|
5723
|
-
NextToken?: string;
|
|
5724
|
-
/**
|
|
5725
|
-
* <p>The IDs of the snapshots to list. Omit this parameter to list all of the
|
|
5726
|
-
* snapshots that are in the Recycle Bin.</p>
|
|
5727
|
-
*/
|
|
5728
|
-
SnapshotIds?: string[];
|
|
5729
|
-
/**
|
|
5730
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
5731
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
5732
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
5733
|
-
*/
|
|
5734
|
-
DryRun?: boolean;
|
|
5735
|
-
}
|
|
6694
|
+
export declare const DescribeVolumesResultFilterSensitiveLog: (obj: DescribeVolumesResult) => any;
|
|
5736
6695
|
/**
|
|
5737
|
-
*
|
|
6696
|
+
* @internal
|
|
5738
6697
|
*/
|
|
5739
|
-
export
|
|
5740
|
-
|
|
5741
|
-
|
|
5742
|
-
|
|
5743
|
-
|
|
5744
|
-
|
|
5745
|
-
|
|
5746
|
-
|
|
5747
|
-
|
|
5748
|
-
|
|
5749
|
-
|
|
5750
|
-
|
|
5751
|
-
|
|
5752
|
-
|
|
5753
|
-
|
|
5754
|
-
|
|
5755
|
-
|
|
5756
|
-
|
|
5757
|
-
|
|
5758
|
-
|
|
5759
|
-
|
|
5760
|
-
|
|
5761
|
-
|
|
5762
|
-
|
|
5763
|
-
|
|
5764
|
-
*/
|
|
5765
|
-
Snapshots?: SnapshotRecycleBinInfo[];
|
|
5766
|
-
/**
|
|
5767
|
-
* <p>The token to include in another request to get the next page of items.
|
|
5768
|
-
* This value is <code>null</code> when there are no more items to return.</p>
|
|
5769
|
-
*/
|
|
5770
|
-
NextToken?: string;
|
|
5771
|
-
}
|
|
5772
|
-
export interface ModifyAddressAttributeRequest {
|
|
5773
|
-
/**
|
|
5774
|
-
* <p>[EC2-VPC] The allocation ID.</p>
|
|
5775
|
-
*/
|
|
5776
|
-
AllocationId: string | undefined;
|
|
5777
|
-
/**
|
|
5778
|
-
* <p>The domain name to modify for the IP address.</p>
|
|
5779
|
-
*/
|
|
5780
|
-
DomainName?: string;
|
|
5781
|
-
/**
|
|
5782
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
5783
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
5784
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
5785
|
-
*/
|
|
5786
|
-
DryRun?: boolean;
|
|
5787
|
-
}
|
|
6698
|
+
export declare const DescribeVolumesModificationsRequestFilterSensitiveLog: (obj: DescribeVolumesModificationsRequest) => any;
|
|
6699
|
+
/**
|
|
6700
|
+
* @internal
|
|
6701
|
+
*/
|
|
6702
|
+
export declare const VolumeModificationFilterSensitiveLog: (obj: VolumeModification) => any;
|
|
6703
|
+
/**
|
|
6704
|
+
* @internal
|
|
6705
|
+
*/
|
|
6706
|
+
export declare const DescribeVolumesModificationsResultFilterSensitiveLog: (obj: DescribeVolumesModificationsResult) => any;
|
|
6707
|
+
/**
|
|
6708
|
+
* @internal
|
|
6709
|
+
*/
|
|
6710
|
+
export declare const DescribeVolumeStatusRequestFilterSensitiveLog: (obj: DescribeVolumeStatusRequest) => any;
|
|
6711
|
+
/**
|
|
6712
|
+
* @internal
|
|
6713
|
+
*/
|
|
6714
|
+
export declare const VolumeStatusActionFilterSensitiveLog: (obj: VolumeStatusAction) => any;
|
|
6715
|
+
/**
|
|
6716
|
+
* @internal
|
|
6717
|
+
*/
|
|
6718
|
+
export declare const VolumeStatusAttachmentStatusFilterSensitiveLog: (obj: VolumeStatusAttachmentStatus) => any;
|
|
6719
|
+
/**
|
|
6720
|
+
* @internal
|
|
6721
|
+
*/
|
|
6722
|
+
export declare const VolumeStatusEventFilterSensitiveLog: (obj: VolumeStatusEvent) => any;
|
|
5788
6723
|
/**
|
|
5789
6724
|
* @internal
|
|
5790
6725
|
*/
|
|
@@ -6897,39 +7832,3 @@ export declare const ImportSnapshotRequestFilterSensitiveLog: (obj: ImportSnapsh
|
|
|
6897
7832
|
* @internal
|
|
6898
7833
|
*/
|
|
6899
7834
|
export declare const ImportSnapshotResultFilterSensitiveLog: (obj: ImportSnapshotResult) => any;
|
|
6900
|
-
/**
|
|
6901
|
-
* @internal
|
|
6902
|
-
*/
|
|
6903
|
-
export declare const ImportVolumeRequestFilterSensitiveLog: (obj: ImportVolumeRequest) => any;
|
|
6904
|
-
/**
|
|
6905
|
-
* @internal
|
|
6906
|
-
*/
|
|
6907
|
-
export declare const ImportVolumeResultFilterSensitiveLog: (obj: ImportVolumeResult) => any;
|
|
6908
|
-
/**
|
|
6909
|
-
* @internal
|
|
6910
|
-
*/
|
|
6911
|
-
export declare const ListImagesInRecycleBinRequestFilterSensitiveLog: (obj: ListImagesInRecycleBinRequest) => any;
|
|
6912
|
-
/**
|
|
6913
|
-
* @internal
|
|
6914
|
-
*/
|
|
6915
|
-
export declare const ImageRecycleBinInfoFilterSensitiveLog: (obj: ImageRecycleBinInfo) => any;
|
|
6916
|
-
/**
|
|
6917
|
-
* @internal
|
|
6918
|
-
*/
|
|
6919
|
-
export declare const ListImagesInRecycleBinResultFilterSensitiveLog: (obj: ListImagesInRecycleBinResult) => any;
|
|
6920
|
-
/**
|
|
6921
|
-
* @internal
|
|
6922
|
-
*/
|
|
6923
|
-
export declare const ListSnapshotsInRecycleBinRequestFilterSensitiveLog: (obj: ListSnapshotsInRecycleBinRequest) => any;
|
|
6924
|
-
/**
|
|
6925
|
-
* @internal
|
|
6926
|
-
*/
|
|
6927
|
-
export declare const SnapshotRecycleBinInfoFilterSensitiveLog: (obj: SnapshotRecycleBinInfo) => any;
|
|
6928
|
-
/**
|
|
6929
|
-
* @internal
|
|
6930
|
-
*/
|
|
6931
|
-
export declare const ListSnapshotsInRecycleBinResultFilterSensitiveLog: (obj: ListSnapshotsInRecycleBinResult) => any;
|
|
6932
|
-
/**
|
|
6933
|
-
* @internal
|
|
6934
|
-
*/
|
|
6935
|
-
export declare const ModifyAddressAttributeRequestFilterSensitiveLog: (obj: ModifyAddressAttributeRequest) => any;
|