http://service.chime.aws.amazon.com/media-capture-pipelinesCreates a media capture pipeline.
The ARN of the sink type.
Destination type to which the media artifacts are saved. You must use an S3 bucket.
ARN of the source from which the media artifacts are captured.
Source type from which the media artifacts will be captured. A Chime SDK Meeting is the only supported source.
The unique identifier for the client request. The token makes the API request idempotent. Use a different token for different media pipeline requests.
The configuration object of the Amazon Chime SDK meeting for a specified media capture pipeline. <code>SourceType</code> must be <code>ChimeSdkMeeting</code>.
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}1curl --request POST \2 --url 'http://service.chime.aws.amazon.com/media-capture-pipelines' \3 --header 'accept: application/json' \4 --header 'content-type: application/json'1{2 "success": true,3 "data": {4 "id": "abc123",5 "created_at": "2025-01-01T00:00:00Z"6 }7}http://service.chime.aws.amazon.com/media-capture-pipelinesCreates a media capture pipeline.
The ARN of the sink type.
Destination type to which the media artifacts are saved. You must use an S3 bucket.
ARN of the source from which the media artifacts are captured.
Source type from which the media artifacts will be captured. A Chime SDK Meeting is the only supported source.
The unique identifier for the client request. The token makes the API request idempotent. Use a different token for different media pipeline requests.
The configuration object of the Amazon Chime SDK meeting for a specified media capture pipeline. <code>SourceType</code> must be <code>ChimeSdkMeeting</code>.
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}1curl --request POST \2 --url 'http://service.chime.aws.amazon.com/media-capture-pipelines' \3 --header 'accept: application/json' \4 --header 'content-type: application/json'1{2 "success": true,3 "data": {4 "id": "abc123",5 "created_at": "2025-01-01T00:00:00Z"6 }7}