1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565
|
// Code generated by smithy-go-codegen DO NOT EDIT.
package types
import (
smithydocument "github.com/aws/smithy-go/document"
"time"
)
// The configuration for the artifacts concatenation.
type ArtifactsConcatenationConfiguration struct {
// The configuration for the audio artifacts concatenation.
//
// This member is required.
Audio *AudioConcatenationConfiguration
// The configuration for the composited video artifacts concatenation.
//
// This member is required.
CompositedVideo *CompositedVideoConcatenationConfiguration
// The configuration for the content artifacts concatenation.
//
// This member is required.
Content *ContentConcatenationConfiguration
// The configuration for the data channel artifacts concatenation.
//
// This member is required.
DataChannel *DataChannelConcatenationConfiguration
// The configuration for the meeting events artifacts concatenation.
//
// This member is required.
MeetingEvents *MeetingEventsConcatenationConfiguration
// The configuration for the transcription messages artifacts concatenation.
//
// This member is required.
TranscriptionMessages *TranscriptionMessagesConcatenationConfiguration
// The configuration for the video artifacts concatenation.
//
// This member is required.
Video *VideoConcatenationConfiguration
noSmithyDocumentSerde
}
// The configuration for the artifacts.
type ArtifactsConfiguration struct {
// The configuration for the audio artifacts.
//
// This member is required.
Audio *AudioArtifactsConfiguration
// The configuration for the content artifacts.
//
// This member is required.
Content *ContentArtifactsConfiguration
// The configuration for the video artifacts.
//
// This member is required.
Video *VideoArtifactsConfiguration
// Enables video compositing.
CompositedVideo *CompositedVideoArtifactsConfiguration
noSmithyDocumentSerde
}
// The audio artifact configuration object.
type AudioArtifactsConfiguration struct {
// The MUX type of the audio artifact configuration object.
//
// This member is required.
MuxType AudioMuxType
noSmithyDocumentSerde
}
// The audio artifact concatenation configuration object.
type AudioConcatenationConfiguration struct {
// Enables the name object, where name is the name of the configuration object,
// such as AudioConcatenation.
//
// This member is required.
State AudioArtifactsConcatenationState
noSmithyDocumentSerde
}
// The configuration object of the Amazon Chime SDK meeting concatenation for a
// specified media pipeline.
type ChimeSdkMeetingConcatenationConfiguration struct {
// The configuration for the artifacts in an Amazon Chime SDK meeting
// concatenation.
//
// This member is required.
ArtifactsConfiguration *ArtifactsConcatenationConfiguration
noSmithyDocumentSerde
}
// The configuration object of the Amazon Chime SDK meeting for a specified media
// pipeline. SourceType must be ChimeSdkMeeting.
type ChimeSdkMeetingConfiguration struct {
// The configuration for the artifacts in an Amazon Chime SDK meeting.
ArtifactsConfiguration *ArtifactsConfiguration
// The source configuration for a specified media pipline.
SourceConfiguration *SourceConfiguration
noSmithyDocumentSerde
}
// The media pipeline's configuration object.
type ChimeSdkMeetingLiveConnectorConfiguration struct {
// The configuration object's Chime SDK meeting ARN.
//
// This member is required.
Arn *string
// The configuration object's multiplex type.
//
// This member is required.
MuxType LiveConnectorMuxType
// The media pipeline's composited video.
CompositedVideo *CompositedVideoArtifactsConfiguration
// The source configuration settings of the media pipeline's configuration object.
SourceConfiguration *SourceConfiguration
noSmithyDocumentSerde
}
// Describes the configuration for the composited video artifacts.
type CompositedVideoArtifactsConfiguration struct {
// The GridView configuration setting.
//
// This member is required.
GridViewConfiguration *GridViewConfiguration
// The layout setting, such as GridView in the configuration object.
Layout LayoutOption
// The video resolution setting in the configuration object. Default: HD at 1280 x
// 720. FHD resolution: 1920 x 1080.
Resolution ResolutionOption
noSmithyDocumentSerde
}
// The composited video configuration object for a specified media pipeline.
// SourceType must be ChimeSdkMeeting.
type CompositedVideoConcatenationConfiguration struct {
// Enables or disables the configuration object.
//
// This member is required.
State ArtifactsConcatenationState
noSmithyDocumentSerde
}
// The data sink of the configuration object.
type ConcatenationSink struct {
// The configuration settings for an Amazon S3 bucket sink.
//
// This member is required.
S3BucketSinkConfiguration *S3BucketSinkConfiguration
// The type of data sink in the configuration object.
//
// This member is required.
Type ConcatenationSinkType
noSmithyDocumentSerde
}
// The source type and media pipeline configuration settings in a configuration
// object.
type ConcatenationSource struct {
// The concatenation settings for the media pipeline in a configuration object.
//
// This member is required.
MediaCapturePipelineSourceConfiguration *MediaCapturePipelineSourceConfiguration
// The type of concatenation source in a configuration object.
//
// This member is required.
Type ConcatenationSourceType
noSmithyDocumentSerde
}
// The content artifact object.
type ContentArtifactsConfiguration struct {
// Indicates whether the content artifact is enabled or disabled.
//
// This member is required.
State ArtifactsState
// The MUX type of the artifact configuration.
MuxType ContentMuxType
noSmithyDocumentSerde
}
// The composited content configuration object for a specified media pipeline.
type ContentConcatenationConfiguration struct {
// Enables or disables the configuration object.
//
// This member is required.
State ArtifactsConcatenationState
noSmithyDocumentSerde
}
// The content configuration object's data channel.
type DataChannelConcatenationConfiguration struct {
// Enables or disables the configuration object.
//
// This member is required.
State ArtifactsConcatenationState
noSmithyDocumentSerde
}
// Specifies the type of grid layout.
type GridViewConfiguration struct {
// Defines the layout of the video tiles when content sharing is enabled.
//
// This member is required.
ContentShareLayout ContentShareLayoutOption
// Defines the configuration options for a presenter only video tile.
PresenterOnlyConfiguration *PresenterOnlyConfiguration
noSmithyDocumentSerde
}
// The media pipeline's RTMP configuration object.
type LiveConnectorRTMPConfiguration struct {
// The URL of the RTMP configuration.
//
// This member is required.
Url *string
// The audio channels set for the RTMP configuration
AudioChannels AudioChannelsOption
// The audio sample rate set for the RTMP configuration. Default: 48000.
AudioSampleRate *string
noSmithyDocumentSerde
}
// The media pipeline's sink configuration settings.
type LiveConnectorSinkConfiguration struct {
// The sink configuration's RTMP configuration setttings.
//
// This member is required.
RTMPConfiguration *LiveConnectorRTMPConfiguration
// The sink configuration's sink type.
//
// This member is required.
SinkType LiveConnectorSinkType
noSmithyDocumentSerde
}
// The data source configuration object of a streaming media pipeline.
type LiveConnectorSourceConfiguration struct {
// The configuration settings of the connector pipeline.
//
// This member is required.
ChimeSdkMeetingLiveConnectorConfiguration *ChimeSdkMeetingLiveConnectorConfiguration
// The source configuration's media source type.
//
// This member is required.
SourceType LiveConnectorSourceType
noSmithyDocumentSerde
}
// A media pipeline object consisting of an ID, source type, source ARN, a sink
// type, a sink ARN, and a configuration object.
type MediaCapturePipeline struct {
// The configuration for a specified media pipeline. SourceType must be
// ChimeSdkMeeting.
ChimeSdkMeetingConfiguration *ChimeSdkMeetingConfiguration
// The time at which the pipeline was created, in ISO 8601 format.
CreatedTimestamp *time.Time
// The ARN of the media capture pipeline
MediaPipelineArn *string
// The ID of a media pipeline.
MediaPipelineId *string
// ARN of the destination to which the media artifacts are saved.
SinkArn *string
// Destination type to which the media artifacts are saved. You must use an S3
// Bucket.
SinkType MediaPipelineSinkType
// ARN of the source from which the media artifacts are saved.
SourceArn *string
// Source type from which media artifacts are saved. You must use ChimeMeeting.
SourceType MediaPipelineSourceType
// The status of the media pipeline.
Status MediaPipelineStatus
// The time at which the pipeline was updated, in ISO 8601 format.
UpdatedTimestamp *time.Time
noSmithyDocumentSerde
}
// The source configuration object of a media capture pipeline.
type MediaCapturePipelineSourceConfiguration struct {
// The meeting configuration settings in a media capture pipeline configuration
// object.
//
// This member is required.
ChimeSdkMeetingConfiguration *ChimeSdkMeetingConcatenationConfiguration
// The media pipeline ARN in the configuration object of a media capture pipeline.
//
// This member is required.
MediaPipelineArn *string
noSmithyDocumentSerde
}
// The summary data of a media capture pipeline.
type MediaCapturePipelineSummary struct {
// The ARN of the media pipeline in the summary.
MediaPipelineArn *string
// The ID of the media pipeline in the summary.
MediaPipelineId *string
noSmithyDocumentSerde
}
// Concatenates audio and video data from one or more data streams.
type MediaConcatenationPipeline struct {
// The time at which the concatenation pipeline was created.
CreatedTimestamp *time.Time
// The ARN of the media pipeline that you specify in the SourceConfiguration
// object.
MediaPipelineArn *string
// The ID of the media pipeline being concatenated.
MediaPipelineId *string
// The data sinks of the concatenation pipeline.
Sinks []ConcatenationSink
// The data sources being concatnated.
Sources []ConcatenationSource
// The status of the concatenation pipeline.
Status MediaPipelineStatus
// The time at which the concatenation pipeline was last updated.
UpdatedTimestamp *time.Time
noSmithyDocumentSerde
}
// The connector pipeline.
type MediaLiveConnectorPipeline struct {
// Thetime at which the connector pipeline was created.
CreatedTimestamp *time.Time
// The connector pipeline's ARN.
MediaPipelineArn *string
// The connector pipeline's ID.
MediaPipelineId *string
// The connector pipeline's data sinks.
Sinks []LiveConnectorSinkConfiguration
// The connector pipeline's data sources.
Sources []LiveConnectorSourceConfiguration
// The connector pipeline's status.
Status MediaPipelineStatus
// The time at which the connector pipeline was last updated.
UpdatedTimestamp *time.Time
noSmithyDocumentSerde
}
// A pipeline consisting of a media capture, media concatenation, or live-streaming
// pipeline.
type MediaPipeline struct {
// A pipeline that enables users to capture audio and video.
MediaCapturePipeline *MediaCapturePipeline
// The media concatenation pipeline in a media pipeline.
MediaConcatenationPipeline *MediaConcatenationPipeline
// The connector pipeline of the media pipeline.
MediaLiveConnectorPipeline *MediaLiveConnectorPipeline
noSmithyDocumentSerde
}
// The summary of the media pipeline.
type MediaPipelineSummary struct {
// The ARN of the media pipeline in the summary.
MediaPipelineArn *string
// The ID of the media pipeline in the summary.
MediaPipelineId *string
noSmithyDocumentSerde
}
// The configuration object for an event concatenation pipeline.
type MeetingEventsConcatenationConfiguration struct {
// Enables or disables the configuration object.
//
// This member is required.
State ArtifactsConcatenationState
noSmithyDocumentSerde
}
// Defines the configuration for a presenter only video tile.
type PresenterOnlyConfiguration struct {
// Defines the position of the presenter video tile. Default: TopRight.
PresenterPosition PresenterPosition
noSmithyDocumentSerde
}
// The configuration settings for the S3 bucket.
type S3BucketSinkConfiguration struct {
// The destination URL of the S3 bucket.
//
// This member is required.
Destination *string
noSmithyDocumentSerde
}
// The video streams for a specified media pipeline. The total number of video
// streams can't exceed 25.
type SelectedVideoStreams struct {
// The attendee IDs of the streams selected for a media pipeline.
AttendeeIds []string
// The external user IDs of the streams selected for a media pipeline.
ExternalUserIds []string
noSmithyDocumentSerde
}
// Source configuration for a specified media pipeline.
type SourceConfiguration struct {
// The selected video streams for a specified media pipeline. The number of video
// streams can't exceed 25.
SelectedVideoStreams *SelectedVideoStreams
noSmithyDocumentSerde
}
// A key/value pair that grants users access to meeting resources.
type Tag struct {
// The key half of a tag.
//
// This member is required.
Key *string
// The value half of a tag.
//
// This member is required.
Value *string
noSmithyDocumentSerde
}
// The configuration object for concatenating transcription messages.
type TranscriptionMessagesConcatenationConfiguration struct {
// Enables or disables the configuration object.
//
// This member is required.
State ArtifactsConcatenationState
noSmithyDocumentSerde
}
// The video artifact configuration object.
type VideoArtifactsConfiguration struct {
// Indicates whether the video artifact is enabled or disabled.
//
// This member is required.
State ArtifactsState
// The MUX type of the video artifact configuration object.
MuxType VideoMuxType
noSmithyDocumentSerde
}
// The configuration object of a video contacatentation pipeline.
type VideoConcatenationConfiguration struct {
// Enables or disables the configuration object.
//
// This member is required.
State ArtifactsConcatenationState
noSmithyDocumentSerde
}
type noSmithyDocumentSerde = smithydocument.NoSerde
|