Jump to Content

Class ListSharedEndpointsCommandProtected

Lists all endpoints associated with an Outpost that has been shared by Amazon Web Services Resource Access Manager (RAM).

Related actions include:

Example

Use a bare-bones client and the command you need to make an API call.

import { S3OutpostsClient, ListSharedEndpointsCommand } from "@aws-sdk/client-s3outposts"; // ES Modules import
// const { S3OutpostsClient, ListSharedEndpointsCommand } = require("@aws-sdk/client-s3outposts"); // CommonJS import
const client = new S3OutpostsClient(config);
const command = new ListSharedEndpointsCommand(input);
const response = await client.send(command);

Param

ListSharedEndpointsCommandInput

Returns

ListSharedEndpointsCommandOutput

See

Throws

AccessDeniedException (client fault)

Access was denied for this action.

Throws

InternalServerException (server fault)

There was an exception with the internal server.

Throws

ResourceNotFoundException (client fault)

The requested resource was not found.

Throws

ThrottlingException (client fault)

The request was denied due to request throttling.

Throws

ValidationException (client fault)

There was an exception validating this data.

Hierarchy

Constructors

Properties

Methods