v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-142110684.3 KB

Updates the mount target resource, specifically security group configurations.

put/mount-targets/{mountTargetId}

Path parameters

mountTargetIdstring required

The ID of the mount target to update.

Request body

securityGroupsSecurityGroup[] required

An array of VPC security group IDs to associate with the mount target's network interface. This replaces the existing security groups. All security groups must belong to the same VPC as the mount target's subnet.

Response

Success

availabilityZoneIdstring

The Availability Zone ID where the mount target is located.

ownerIdstring required

The Amazon Web Services account ID of the mount target owner.

mountTargetIdstring required

The ID of the mount target.

fileSystemIdstring

The ID of the S3 File System.

subnetIdstring required

The ID of the subnet where the mount target is located.

ipv4Addressstring

The IPv4 address of the mount target.

ipv6Addressstring

The IPv6 address of the mount target.

networkInterfaceIdstring

The ID of the network interface associated with the mount target.

vpcIdstring

The ID of the VPC where the mount target is located.

securityGroupsSecurityGroup[]

The security groups associated with the mount target.

status'available' | 'creating' | 'deleting' | 'deleted' | 'error' | 'updating'

The current status of the mount target.

statusMessagestring

Additional information about the mount target status.