Protected
This operation creates a data set.
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 importconst client = new DataExchangeClient(config);const command = new CreateDataSetCommand(input);const response = await client.send(command);
input
response
config
AccessDeniedException (client fault)
Access to the resource is denied.
InternalServerException (server fault)
An exception occurred with the service.
ServiceLimitExceededException (client fault)
The request has exceeded the quotas imposed by the service.
ThrottlingException (client fault)
The limit on the number of requests per second was exceeded.
ValidationException (client fault)
The request was invalid.
Readonly
Static
This operation creates a data set.
Example
Use a bare-bones client and the command you need to make an API call.
See
input
shape.response
shape.config
shape.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.