Jump to Content

Class CreateDataSetCommandProtected

This operation creates a data set.

Example

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

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

See

Throws

AccessDeniedException (client fault)

Access to the resource is denied.

Throws

InternalServerException (server fault)

An exception occurred with the service.

Throws

ServiceLimitExceededException (client fault)

The request has exceeded the quotas imposed by the service.

Throws

ThrottlingException (client fault)

The limit on the number of requests per second was exceeded.

Throws

ValidationException (client fault)

The request was invalid.

Hierarchy

Constructors

Properties

middlewareStack: MiddlewareStack<CreateDataSetCommandInput, CreateDataSetCommandOutput>

Methods