@aws-sdk/client-chime-sdk-media-pipelines 3.414.0 → 3.419.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (103) hide show
  1. package/README.md +48 -0
  2. package/dist-cjs/ChimeSDKMediaPipelines.js +12 -0
  3. package/dist-cjs/commands/CreateMediaCapturePipelineCommand.js +5 -0
  4. package/dist-cjs/commands/CreateMediaConcatenationPipelineCommand.js +5 -0
  5. package/dist-cjs/commands/CreateMediaInsightsPipelineCommand.js +5 -0
  6. package/dist-cjs/commands/CreateMediaInsightsPipelineConfigurationCommand.js +5 -0
  7. package/dist-cjs/commands/CreateMediaLiveConnectorPipelineCommand.js +5 -0
  8. package/dist-cjs/commands/CreateMediaPipelineKinesisVideoStreamPoolCommand.js +52 -0
  9. package/dist-cjs/commands/CreateMediaStreamPipelineCommand.js +52 -0
  10. package/dist-cjs/commands/DeleteMediaCapturePipelineCommand.js +5 -0
  11. package/dist-cjs/commands/DeleteMediaInsightsPipelineConfigurationCommand.js +5 -0
  12. package/dist-cjs/commands/DeleteMediaPipelineCommand.js +5 -0
  13. package/dist-cjs/commands/DeleteMediaPipelineKinesisVideoStreamPoolCommand.js +51 -0
  14. package/dist-cjs/commands/GetMediaCapturePipelineCommand.js +5 -0
  15. package/dist-cjs/commands/GetMediaInsightsPipelineConfigurationCommand.js +5 -0
  16. package/dist-cjs/commands/GetMediaPipelineCommand.js +5 -0
  17. package/dist-cjs/commands/GetMediaPipelineKinesisVideoStreamPoolCommand.js +52 -0
  18. package/dist-cjs/commands/GetSpeakerSearchTaskCommand.js +5 -0
  19. package/dist-cjs/commands/GetVoiceToneAnalysisTaskCommand.js +5 -0
  20. package/dist-cjs/commands/ListMediaCapturePipelinesCommand.js +5 -0
  21. package/dist-cjs/commands/ListMediaInsightsPipelineConfigurationsCommand.js +5 -0
  22. package/dist-cjs/commands/ListMediaPipelineKinesisVideoStreamPoolsCommand.js +52 -0
  23. package/dist-cjs/commands/ListMediaPipelinesCommand.js +5 -0
  24. package/dist-cjs/commands/ListTagsForResourceCommand.js +5 -0
  25. package/dist-cjs/commands/StartSpeakerSearchTaskCommand.js +5 -0
  26. package/dist-cjs/commands/StartVoiceToneAnalysisTaskCommand.js +5 -0
  27. package/dist-cjs/commands/StopSpeakerSearchTaskCommand.js +5 -0
  28. package/dist-cjs/commands/StopVoiceToneAnalysisTaskCommand.js +5 -0
  29. package/dist-cjs/commands/TagResourceCommand.js +5 -0
  30. package/dist-cjs/commands/UntagResourceCommand.js +5 -0
  31. package/dist-cjs/commands/UpdateMediaInsightsPipelineConfigurationCommand.js +5 -0
  32. package/dist-cjs/commands/UpdateMediaInsightsPipelineStatusCommand.js +5 -0
  33. package/dist-cjs/commands/UpdateMediaPipelineKinesisVideoStreamPoolCommand.js +52 -0
  34. package/dist-cjs/commands/index.js +6 -0
  35. package/dist-cjs/models/models_0.js +92 -1
  36. package/dist-cjs/pagination/ListMediaPipelineKinesisVideoStreamPoolsPaginator.js +29 -0
  37. package/dist-cjs/pagination/index.js +1 -0
  38. package/dist-cjs/protocols/Aws_restJson1.js +477 -1
  39. package/dist-es/ChimeSDKMediaPipelines.js +12 -0
  40. package/dist-es/commands/CreateMediaCapturePipelineCommand.js +5 -0
  41. package/dist-es/commands/CreateMediaConcatenationPipelineCommand.js +5 -0
  42. package/dist-es/commands/CreateMediaInsightsPipelineCommand.js +5 -0
  43. package/dist-es/commands/CreateMediaInsightsPipelineConfigurationCommand.js +5 -0
  44. package/dist-es/commands/CreateMediaLiveConnectorPipelineCommand.js +5 -0
  45. package/dist-es/commands/CreateMediaPipelineKinesisVideoStreamPoolCommand.js +48 -0
  46. package/dist-es/commands/CreateMediaStreamPipelineCommand.js +48 -0
  47. package/dist-es/commands/DeleteMediaCapturePipelineCommand.js +5 -0
  48. package/dist-es/commands/DeleteMediaInsightsPipelineConfigurationCommand.js +5 -0
  49. package/dist-es/commands/DeleteMediaPipelineCommand.js +5 -0
  50. package/dist-es/commands/DeleteMediaPipelineKinesisVideoStreamPoolCommand.js +47 -0
  51. package/dist-es/commands/GetMediaCapturePipelineCommand.js +5 -0
  52. package/dist-es/commands/GetMediaInsightsPipelineConfigurationCommand.js +5 -0
  53. package/dist-es/commands/GetMediaPipelineCommand.js +5 -0
  54. package/dist-es/commands/GetMediaPipelineKinesisVideoStreamPoolCommand.js +48 -0
  55. package/dist-es/commands/GetSpeakerSearchTaskCommand.js +5 -0
  56. package/dist-es/commands/GetVoiceToneAnalysisTaskCommand.js +5 -0
  57. package/dist-es/commands/ListMediaCapturePipelinesCommand.js +5 -0
  58. package/dist-es/commands/ListMediaInsightsPipelineConfigurationsCommand.js +5 -0
  59. package/dist-es/commands/ListMediaPipelineKinesisVideoStreamPoolsCommand.js +48 -0
  60. package/dist-es/commands/ListMediaPipelinesCommand.js +5 -0
  61. package/dist-es/commands/ListTagsForResourceCommand.js +5 -0
  62. package/dist-es/commands/StartSpeakerSearchTaskCommand.js +5 -0
  63. package/dist-es/commands/StartVoiceToneAnalysisTaskCommand.js +5 -0
  64. package/dist-es/commands/StopSpeakerSearchTaskCommand.js +5 -0
  65. package/dist-es/commands/StopVoiceToneAnalysisTaskCommand.js +5 -0
  66. package/dist-es/commands/TagResourceCommand.js +5 -0
  67. package/dist-es/commands/UntagResourceCommand.js +5 -0
  68. package/dist-es/commands/UpdateMediaInsightsPipelineConfigurationCommand.js +5 -0
  69. package/dist-es/commands/UpdateMediaInsightsPipelineStatusCommand.js +5 -0
  70. package/dist-es/commands/UpdateMediaPipelineKinesisVideoStreamPoolCommand.js +48 -0
  71. package/dist-es/commands/index.js +6 -0
  72. package/dist-es/models/models_0.js +78 -0
  73. package/dist-es/pagination/ListMediaPipelineKinesisVideoStreamPoolsPaginator.js +25 -0
  74. package/dist-es/pagination/index.js +1 -0
  75. package/dist-es/protocols/Aws_restJson1.js +464 -1
  76. package/dist-types/ChimeSDKMediaPipelines.d.ts +42 -0
  77. package/dist-types/ChimeSDKMediaPipelinesClient.d.ts +8 -2
  78. package/dist-types/commands/CreateMediaPipelineKinesisVideoStreamPoolCommand.d.ts +121 -0
  79. package/dist-types/commands/CreateMediaStreamPipelineCommand.d.ts +137 -0
  80. package/dist-types/commands/DeleteMediaPipelineKinesisVideoStreamPoolCommand.d.ts +96 -0
  81. package/dist-types/commands/GetMediaPipelineCommand.d.ts +21 -0
  82. package/dist-types/commands/GetMediaPipelineKinesisVideoStreamPoolCommand.d.ts +106 -0
  83. package/dist-types/commands/ListMediaPipelineKinesisVideoStreamPoolsCommand.d.ts +102 -0
  84. package/dist-types/commands/UpdateMediaPipelineKinesisVideoStreamPoolCommand.d.ts +113 -0
  85. package/dist-types/commands/index.d.ts +6 -0
  86. package/dist-types/models/models_0.d.ts +435 -12
  87. package/dist-types/pagination/ListMediaPipelineKinesisVideoStreamPoolsPaginator.d.ts +7 -0
  88. package/dist-types/pagination/index.d.ts +1 -0
  89. package/dist-types/protocols/Aws_restJson1.d.ts +54 -0
  90. package/dist-types/ts3.4/ChimeSDKMediaPipelines.d.ts +132 -0
  91. package/dist-types/ts3.4/ChimeSDKMediaPipelinesClient.d.ts +38 -2
  92. package/dist-types/ts3.4/commands/CreateMediaPipelineKinesisVideoStreamPoolCommand.d.ts +42 -0
  93. package/dist-types/ts3.4/commands/CreateMediaStreamPipelineCommand.d.ts +42 -0
  94. package/dist-types/ts3.4/commands/DeleteMediaPipelineKinesisVideoStreamPoolCommand.d.ts +38 -0
  95. package/dist-types/ts3.4/commands/GetMediaPipelineKinesisVideoStreamPoolCommand.d.ts +42 -0
  96. package/dist-types/ts3.4/commands/ListMediaPipelineKinesisVideoStreamPoolsCommand.d.ts +42 -0
  97. package/dist-types/ts3.4/commands/UpdateMediaPipelineKinesisVideoStreamPoolCommand.d.ts +42 -0
  98. package/dist-types/ts3.4/commands/index.d.ts +6 -0
  99. package/dist-types/ts3.4/models/models_0.d.ts +143 -3
  100. package/dist-types/ts3.4/pagination/ListMediaPipelineKinesisVideoStreamPoolsPaginator.d.ts +11 -0
  101. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  102. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +72 -0
  103. package/package.json +31 -31
@@ -0,0 +1,113 @@
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
4
+ import { ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMediaPipelinesClient";
5
+ import { UpdateMediaPipelineKinesisVideoStreamPoolRequest, UpdateMediaPipelineKinesisVideoStreamPoolResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link UpdateMediaPipelineKinesisVideoStreamPoolCommand}.
14
+ */
15
+ export interface UpdateMediaPipelineKinesisVideoStreamPoolCommandInput extends UpdateMediaPipelineKinesisVideoStreamPoolRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link UpdateMediaPipelineKinesisVideoStreamPoolCommand}.
21
+ */
22
+ export interface UpdateMediaPipelineKinesisVideoStreamPoolCommandOutput extends UpdateMediaPipelineKinesisVideoStreamPoolResponse, __MetadataBearer {
23
+ }
24
+ /**
25
+ * @public
26
+ * <p>Updates an Kinesis video stream pool in a media pipeline.</p>
27
+ * @example
28
+ * Use a bare-bones client and the command you need to make an API call.
29
+ * ```javascript
30
+ * import { ChimeSDKMediaPipelinesClient, UpdateMediaPipelineKinesisVideoStreamPoolCommand } from "@aws-sdk/client-chime-sdk-media-pipelines"; // ES Modules import
31
+ * // const { ChimeSDKMediaPipelinesClient, UpdateMediaPipelineKinesisVideoStreamPoolCommand } = require("@aws-sdk/client-chime-sdk-media-pipelines"); // CommonJS import
32
+ * const client = new ChimeSDKMediaPipelinesClient(config);
33
+ * const input = { // UpdateMediaPipelineKinesisVideoStreamPoolRequest
34
+ * Identifier: "STRING_VALUE", // required
35
+ * StreamConfiguration: { // KinesisVideoStreamConfigurationUpdate
36
+ * DataRetentionInHours: Number("int"),
37
+ * },
38
+ * };
39
+ * const command = new UpdateMediaPipelineKinesisVideoStreamPoolCommand(input);
40
+ * const response = await client.send(command);
41
+ * // { // UpdateMediaPipelineKinesisVideoStreamPoolResponse
42
+ * // KinesisVideoStreamPoolConfiguration: { // KinesisVideoStreamPoolConfiguration
43
+ * // PoolArn: "STRING_VALUE",
44
+ * // PoolName: "STRING_VALUE",
45
+ * // PoolId: "STRING_VALUE",
46
+ * // PoolStatus: "CREATING" || "ACTIVE" || "UPDATING" || "DELETING" || "FAILED",
47
+ * // PoolSize: Number("int"),
48
+ * // StreamConfiguration: { // KinesisVideoStreamConfiguration
49
+ * // Region: "STRING_VALUE", // required
50
+ * // DataRetentionInHours: Number("int"),
51
+ * // },
52
+ * // CreatedTimestamp: new Date("TIMESTAMP"),
53
+ * // UpdatedTimestamp: new Date("TIMESTAMP"),
54
+ * // },
55
+ * // };
56
+ *
57
+ * ```
58
+ *
59
+ * @param UpdateMediaPipelineKinesisVideoStreamPoolCommandInput - {@link UpdateMediaPipelineKinesisVideoStreamPoolCommandInput}
60
+ * @returns {@link UpdateMediaPipelineKinesisVideoStreamPoolCommandOutput}
61
+ * @see {@link UpdateMediaPipelineKinesisVideoStreamPoolCommandInput} for command's `input` shape.
62
+ * @see {@link UpdateMediaPipelineKinesisVideoStreamPoolCommandOutput} for command's `response` shape.
63
+ * @see {@link ChimeSDKMediaPipelinesClientResolvedConfig | config} for ChimeSDKMediaPipelinesClient's `config` shape.
64
+ *
65
+ * @throws {@link BadRequestException} (client fault)
66
+ * <p>The input parameters don't match the service's restrictions.</p>
67
+ *
68
+ * @throws {@link ConflictException} (client fault)
69
+ * <p>The request could not be processed because of conflict in the current state of the
70
+ * resource.</p>
71
+ *
72
+ * @throws {@link ForbiddenException} (client fault)
73
+ * <p>The client is permanently forbidden from making the request.</p>
74
+ *
75
+ * @throws {@link NotFoundException} (client fault)
76
+ * <p>One or more of the resources in the request does not exist in the system.</p>
77
+ *
78
+ * @throws {@link ServiceFailureException} (server fault)
79
+ * <p>The service encountered an unexpected error.</p>
80
+ *
81
+ * @throws {@link ServiceUnavailableException} (server fault)
82
+ * <p>The service is currently unavailable.</p>
83
+ *
84
+ * @throws {@link ThrottledClientException} (client fault)
85
+ * <p>The client exceeded its request rate limit.</p>
86
+ *
87
+ * @throws {@link UnauthorizedClientException} (client fault)
88
+ * <p>The client is not currently authorized to make the request.</p>
89
+ *
90
+ * @throws {@link ChimeSDKMediaPipelinesServiceException}
91
+ * <p>Base exception class for all service exceptions from ChimeSDKMediaPipelines service.</p>
92
+ *
93
+ */
94
+ export declare class UpdateMediaPipelineKinesisVideoStreamPoolCommand extends $Command<UpdateMediaPipelineKinesisVideoStreamPoolCommandInput, UpdateMediaPipelineKinesisVideoStreamPoolCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig> {
95
+ readonly input: UpdateMediaPipelineKinesisVideoStreamPoolCommandInput;
96
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
97
+ /**
98
+ * @public
99
+ */
100
+ constructor(input: UpdateMediaPipelineKinesisVideoStreamPoolCommandInput);
101
+ /**
102
+ * @internal
103
+ */
104
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKMediaPipelinesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateMediaPipelineKinesisVideoStreamPoolCommandInput, UpdateMediaPipelineKinesisVideoStreamPoolCommandOutput>;
105
+ /**
106
+ * @internal
107
+ */
108
+ private serialize;
109
+ /**
110
+ * @internal
111
+ */
112
+ private deserialize;
113
+ }
@@ -3,16 +3,21 @@ export * from "./CreateMediaConcatenationPipelineCommand";
3
3
  export * from "./CreateMediaInsightsPipelineCommand";
4
4
  export * from "./CreateMediaInsightsPipelineConfigurationCommand";
5
5
  export * from "./CreateMediaLiveConnectorPipelineCommand";
6
+ export * from "./CreateMediaPipelineKinesisVideoStreamPoolCommand";
7
+ export * from "./CreateMediaStreamPipelineCommand";
6
8
  export * from "./DeleteMediaCapturePipelineCommand";
7
9
  export * from "./DeleteMediaInsightsPipelineConfigurationCommand";
8
10
  export * from "./DeleteMediaPipelineCommand";
11
+ export * from "./DeleteMediaPipelineKinesisVideoStreamPoolCommand";
9
12
  export * from "./GetMediaCapturePipelineCommand";
10
13
  export * from "./GetMediaInsightsPipelineConfigurationCommand";
11
14
  export * from "./GetMediaPipelineCommand";
15
+ export * from "./GetMediaPipelineKinesisVideoStreamPoolCommand";
12
16
  export * from "./GetSpeakerSearchTaskCommand";
13
17
  export * from "./GetVoiceToneAnalysisTaskCommand";
14
18
  export * from "./ListMediaCapturePipelinesCommand";
15
19
  export * from "./ListMediaInsightsPipelineConfigurationsCommand";
20
+ export * from "./ListMediaPipelineKinesisVideoStreamPoolsCommand";
16
21
  export * from "./ListMediaPipelinesCommand";
17
22
  export * from "./ListTagsForResourceCommand";
18
23
  export * from "./StartSpeakerSearchTaskCommand";
@@ -23,3 +28,4 @@ export * from "./TagResourceCommand";
23
28
  export * from "./UntagResourceCommand";
24
29
  export * from "./UpdateMediaInsightsPipelineConfigurationCommand";
25
30
  export * from "./UpdateMediaInsightsPipelineStatusCommand";
31
+ export * from "./UpdateMediaPipelineKinesisVideoStreamPoolCommand";
@@ -601,7 +601,7 @@ export interface HorizontalLayoutConfiguration {
601
601
  TileCount?: number;
602
602
  /**
603
603
  * @public
604
- * <p>Sets the aspect ratio of the video tiles, such as 16:9.</p>
604
+ * <p>Specifies the aspect ratio of all video tiles.</p>
605
605
  */
606
606
  TileAspectRatio?: string;
607
607
  }
@@ -2404,16 +2404,6 @@ export interface CreateMediaLiveConnectorPipelineResponse {
2404
2404
  */
2405
2405
  MediaLiveConnectorPipeline?: MediaLiveConnectorPipeline;
2406
2406
  }
2407
- /**
2408
- * @public
2409
- */
2410
- export interface DeleteMediaCapturePipelineRequest {
2411
- /**
2412
- * @public
2413
- * <p>The ID of the media pipeline being deleted. </p>
2414
- */
2415
- MediaPipelineId: string | undefined;
2416
- }
2417
2407
  /**
2418
2408
  * @public
2419
2409
  * <p>The request could not be processed because of conflict in the current state of the
@@ -2434,6 +2424,269 @@ export declare class ConflictException extends __BaseException {
2434
2424
  */
2435
2425
  constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
2436
2426
  }
2427
+ /**
2428
+ * @public
2429
+ * <p>The configuration of an Kinesis video stream.</p>
2430
+ */
2431
+ export interface KinesisVideoStreamConfiguration {
2432
+ /**
2433
+ * @public
2434
+ * <p>The Amazon Web Services Region of the video stream.</p>
2435
+ */
2436
+ Region: string | undefined;
2437
+ /**
2438
+ * @public
2439
+ * <p>The amount of time that data is retained.</p>
2440
+ */
2441
+ DataRetentionInHours?: number;
2442
+ }
2443
+ /**
2444
+ * @public
2445
+ */
2446
+ export interface CreateMediaPipelineKinesisVideoStreamPoolRequest {
2447
+ /**
2448
+ * @public
2449
+ * <p>The configuration settings for the video stream.</p>
2450
+ */
2451
+ StreamConfiguration: KinesisVideoStreamConfiguration | undefined;
2452
+ /**
2453
+ * @public
2454
+ * <p>The name of the video stream pool.</p>
2455
+ */
2456
+ PoolName: string | undefined;
2457
+ /**
2458
+ * @public
2459
+ * <p>The token assigned to the client making the request.</p>
2460
+ */
2461
+ ClientRequestToken?: string;
2462
+ /**
2463
+ * @public
2464
+ * <p>The tags assigned to the video stream pool.</p>
2465
+ */
2466
+ Tags?: Tag[];
2467
+ }
2468
+ /**
2469
+ * @public
2470
+ * @enum
2471
+ */
2472
+ export declare const KinesisVideoStreamPoolStatus: {
2473
+ readonly ACTIVE: "ACTIVE";
2474
+ readonly CREATING: "CREATING";
2475
+ readonly DELETING: "DELETING";
2476
+ readonly FAILED: "FAILED";
2477
+ readonly UPDATING: "UPDATING";
2478
+ };
2479
+ /**
2480
+ * @public
2481
+ */
2482
+ export type KinesisVideoStreamPoolStatus = (typeof KinesisVideoStreamPoolStatus)[keyof typeof KinesisVideoStreamPoolStatus];
2483
+ /**
2484
+ * @public
2485
+ * <p>The video stream pool configuration object.</p>
2486
+ */
2487
+ export interface KinesisVideoStreamPoolConfiguration {
2488
+ /**
2489
+ * @public
2490
+ * <p>The ARN of the video stream pool configuration.</p>
2491
+ */
2492
+ PoolArn?: string;
2493
+ /**
2494
+ * @public
2495
+ * <p>The name of the video stream pool configuration.</p>
2496
+ */
2497
+ PoolName?: string;
2498
+ /**
2499
+ * @public
2500
+ * <p>The ID of the video stream pool in the configuration.</p>
2501
+ */
2502
+ PoolId?: string;
2503
+ /**
2504
+ * @public
2505
+ * <p>The status of the video stream pool in the configuration. </p>
2506
+ */
2507
+ PoolStatus?: KinesisVideoStreamPoolStatus | string;
2508
+ /**
2509
+ * @public
2510
+ * <p>The size of the video stream pool in the configuration.</p>
2511
+ */
2512
+ PoolSize?: number;
2513
+ /**
2514
+ * @public
2515
+ * <p>The Kinesis video stream pool configuration object.</p>
2516
+ */
2517
+ StreamConfiguration?: KinesisVideoStreamConfiguration;
2518
+ /**
2519
+ * @public
2520
+ * <p>The time at which the configuration was created.</p>
2521
+ */
2522
+ CreatedTimestamp?: Date;
2523
+ /**
2524
+ * @public
2525
+ * <p>The time at which the configuration was updated.</p>
2526
+ */
2527
+ UpdatedTimestamp?: Date;
2528
+ }
2529
+ /**
2530
+ * @public
2531
+ */
2532
+ export interface CreateMediaPipelineKinesisVideoStreamPoolResponse {
2533
+ /**
2534
+ * @public
2535
+ * <p>The configuration for the Kinesis video stream pool.</p>
2536
+ */
2537
+ KinesisVideoStreamPoolConfiguration?: KinesisVideoStreamPoolConfiguration;
2538
+ }
2539
+ /**
2540
+ * @public
2541
+ * @enum
2542
+ */
2543
+ export declare const MediaStreamType: {
2544
+ readonly IndividualAudio: "IndividualAudio";
2545
+ readonly MixedAudio: "MixedAudio";
2546
+ };
2547
+ /**
2548
+ * @public
2549
+ */
2550
+ export type MediaStreamType = (typeof MediaStreamType)[keyof typeof MediaStreamType];
2551
+ /**
2552
+ * @public
2553
+ * @enum
2554
+ */
2555
+ export declare const MediaStreamPipelineSinkType: {
2556
+ readonly KinesisVideoStreamPool: "KinesisVideoStreamPool";
2557
+ };
2558
+ /**
2559
+ * @public
2560
+ */
2561
+ export type MediaStreamPipelineSinkType = (typeof MediaStreamPipelineSinkType)[keyof typeof MediaStreamPipelineSinkType];
2562
+ /**
2563
+ * @public
2564
+ * <p>Structure that contains the settings for a media stream sink.</p>
2565
+ */
2566
+ export interface MediaStreamSink {
2567
+ /**
2568
+ * @public
2569
+ * <p>The ARN of the media stream sink.</p>
2570
+ */
2571
+ SinkArn: string | undefined;
2572
+ /**
2573
+ * @public
2574
+ * <p>The media stream sink's type.</p>
2575
+ */
2576
+ SinkType: MediaStreamPipelineSinkType | string | undefined;
2577
+ /**
2578
+ * @public
2579
+ * <p>Specifies the number of streams that the sink can accept.</p>
2580
+ */
2581
+ ReservedStreamCapacity: number | undefined;
2582
+ /**
2583
+ * @public
2584
+ * <p>The media stream sink's media stream type.</p>
2585
+ */
2586
+ MediaStreamType: MediaStreamType | string | undefined;
2587
+ }
2588
+ /**
2589
+ * @public
2590
+ * <p>Structure that contains the settings for media stream sources.</p>
2591
+ */
2592
+ export interface MediaStreamSource {
2593
+ /**
2594
+ * @public
2595
+ * <p>The type of media stream source.</p>
2596
+ */
2597
+ SourceType: MediaPipelineSourceType | string | undefined;
2598
+ /**
2599
+ * @public
2600
+ * <p>The ARN of the media stream source. </p>
2601
+ */
2602
+ SourceArn: string | undefined;
2603
+ }
2604
+ /**
2605
+ * @public
2606
+ */
2607
+ export interface CreateMediaStreamPipelineRequest {
2608
+ /**
2609
+ * @public
2610
+ * <p>The data sources for the media pipeline.</p>
2611
+ */
2612
+ Sources: MediaStreamSource[] | undefined;
2613
+ /**
2614
+ * @public
2615
+ * <p>The data sink for the media pipeline.</p>
2616
+ */
2617
+ Sinks: MediaStreamSink[] | undefined;
2618
+ /**
2619
+ * @public
2620
+ * <p>The token assigned to the client making the request.</p>
2621
+ */
2622
+ ClientRequestToken?: string;
2623
+ /**
2624
+ * @public
2625
+ * <p>The tags assigned to the media pipeline.</p>
2626
+ */
2627
+ Tags?: Tag[];
2628
+ }
2629
+ /**
2630
+ * @public
2631
+ * <p>Structure that contains the settings for a media stream pipeline.</p>
2632
+ */
2633
+ export interface MediaStreamPipeline {
2634
+ /**
2635
+ * @public
2636
+ * <p>The ID of the media stream pipeline</p>
2637
+ */
2638
+ MediaPipelineId?: string;
2639
+ /**
2640
+ * @public
2641
+ * <p>The ARN of the media stream pipeline.</p>
2642
+ */
2643
+ MediaPipelineArn?: string;
2644
+ /**
2645
+ * @public
2646
+ * <p>The time at which the media stream pipeline was created.</p>
2647
+ */
2648
+ CreatedTimestamp?: Date;
2649
+ /**
2650
+ * @public
2651
+ * <p>The time at which the media stream pipeline was updated.</p>
2652
+ */
2653
+ UpdatedTimestamp?: Date;
2654
+ /**
2655
+ * @public
2656
+ * <p>The status of the media stream pipeline.</p>
2657
+ */
2658
+ Status?: MediaPipelineStatus | string;
2659
+ /**
2660
+ * @public
2661
+ * <p>The media stream pipeline's data sources.</p>
2662
+ */
2663
+ Sources?: MediaStreamSource[];
2664
+ /**
2665
+ * @public
2666
+ * <p>The media stream pipeline's data sinks.</p>
2667
+ */
2668
+ Sinks?: MediaStreamSink[];
2669
+ }
2670
+ /**
2671
+ * @public
2672
+ */
2673
+ export interface CreateMediaStreamPipelineResponse {
2674
+ /**
2675
+ * @public
2676
+ * <p>The requested media pipeline.</p>
2677
+ */
2678
+ MediaStreamPipeline?: MediaStreamPipeline;
2679
+ }
2680
+ /**
2681
+ * @public
2682
+ */
2683
+ export interface DeleteMediaCapturePipelineRequest {
2684
+ /**
2685
+ * @public
2686
+ * <p>The ID of the media pipeline being deleted. </p>
2687
+ */
2688
+ MediaPipelineId: string | undefined;
2689
+ }
2437
2690
  /**
2438
2691
  * @public
2439
2692
  */
@@ -2454,6 +2707,16 @@ export interface DeleteMediaPipelineRequest {
2454
2707
  */
2455
2708
  MediaPipelineId: string | undefined;
2456
2709
  }
2710
+ /**
2711
+ * @public
2712
+ */
2713
+ export interface DeleteMediaPipelineKinesisVideoStreamPoolRequest {
2714
+ /**
2715
+ * @public
2716
+ * <p>The ID of the pool being deleted.</p>
2717
+ */
2718
+ Identifier: string | undefined;
2719
+ }
2457
2720
  /**
2458
2721
  * @public
2459
2722
  */
@@ -2529,6 +2792,11 @@ export interface MediaPipeline {
2529
2792
  * <p>The media insights pipeline of a media pipeline.</p>
2530
2793
  */
2531
2794
  MediaInsightsPipeline?: MediaInsightsPipeline;
2795
+ /**
2796
+ * @public
2797
+ * <p>Designates a media pipeline as a media stream pipeline.</p>
2798
+ */
2799
+ MediaStreamPipeline?: MediaStreamPipeline;
2532
2800
  }
2533
2801
  /**
2534
2802
  * @public
@@ -2540,6 +2808,26 @@ export interface GetMediaPipelineResponse {
2540
2808
  */
2541
2809
  MediaPipeline?: MediaPipeline;
2542
2810
  }
2811
+ /**
2812
+ * @public
2813
+ */
2814
+ export interface GetMediaPipelineKinesisVideoStreamPoolRequest {
2815
+ /**
2816
+ * @public
2817
+ * <p>The ID of the video stream pool.</p>
2818
+ */
2819
+ Identifier: string | undefined;
2820
+ }
2821
+ /**
2822
+ * @public
2823
+ */
2824
+ export interface GetMediaPipelineKinesisVideoStreamPoolResponse {
2825
+ /**
2826
+ * @public
2827
+ * <p>The video stream pool configuration object.</p>
2828
+ */
2829
+ KinesisVideoStreamPoolConfiguration?: KinesisVideoStreamPoolConfiguration;
2830
+ }
2543
2831
  /**
2544
2832
  * @public
2545
2833
  */
@@ -2619,7 +2907,7 @@ export interface GetVoiceToneAnalysisTaskRequest {
2619
2907
  Identifier: string | undefined;
2620
2908
  /**
2621
2909
  * @public
2622
- * <p>The ID of the voice tone anlysis task.</p>
2910
+ * <p>The ID of the voice tone analysis task.</p>
2623
2911
  */
2624
2912
  VoiceToneAnalysisTaskId: string | undefined;
2625
2913
  }
@@ -2756,6 +3044,57 @@ export interface ListMediaInsightsPipelineConfigurationsResponse {
2756
3044
  */
2757
3045
  NextToken?: string;
2758
3046
  }
3047
+ /**
3048
+ * @public
3049
+ */
3050
+ export interface ListMediaPipelineKinesisVideoStreamPoolsRequest {
3051
+ /**
3052
+ * @public
3053
+ * <p>The token used to return the next page of results. </p>
3054
+ */
3055
+ NextToken?: string;
3056
+ /**
3057
+ * @public
3058
+ * <p>The maximum number of results to return in a single call.</p>
3059
+ */
3060
+ MaxResults?: number;
3061
+ }
3062
+ /**
3063
+ * @public
3064
+ * <p>A summary of the Kinesis video stream pool.</p>
3065
+ */
3066
+ export interface KinesisVideoStreamPoolSummary {
3067
+ /**
3068
+ * @public
3069
+ * <p>The name of the video stream pool.</p>
3070
+ */
3071
+ PoolName?: string;
3072
+ /**
3073
+ * @public
3074
+ * <p>The ID of the video stream pool.</p>
3075
+ */
3076
+ PoolId?: string;
3077
+ /**
3078
+ * @public
3079
+ * <p>The ARN of the video stream pool.</p>
3080
+ */
3081
+ PoolArn?: string;
3082
+ }
3083
+ /**
3084
+ * @public
3085
+ */
3086
+ export interface ListMediaPipelineKinesisVideoStreamPoolsResponse {
3087
+ /**
3088
+ * @public
3089
+ * <p>The list of video stream pools.</p>
3090
+ */
3091
+ KinesisVideoStreamPools?: KinesisVideoStreamPoolSummary[];
3092
+ /**
3093
+ * @public
3094
+ * <p>The token used to return the next page of results.</p>
3095
+ */
3096
+ NextToken?: string;
3097
+ }
2759
3098
  /**
2760
3099
  * @public
2761
3100
  */
@@ -3058,6 +3397,42 @@ export interface UpdateMediaInsightsPipelineStatusRequest {
3058
3397
  */
3059
3398
  UpdateStatus: MediaPipelineStatusUpdate | string | undefined;
3060
3399
  }
3400
+ /**
3401
+ * @public
3402
+ * <p>The updated Kinesis video stream configuration object.</p>
3403
+ */
3404
+ export interface KinesisVideoStreamConfigurationUpdate {
3405
+ /**
3406
+ * @public
3407
+ * <p>The updated time that data is retained.</p>
3408
+ */
3409
+ DataRetentionInHours?: number;
3410
+ }
3411
+ /**
3412
+ * @public
3413
+ */
3414
+ export interface UpdateMediaPipelineKinesisVideoStreamPoolRequest {
3415
+ /**
3416
+ * @public
3417
+ * <p>The ID of the video stream pool.</p>
3418
+ */
3419
+ Identifier: string | undefined;
3420
+ /**
3421
+ * @public
3422
+ * <p>The configuration settings for the video stream.</p>
3423
+ */
3424
+ StreamConfiguration?: KinesisVideoStreamConfigurationUpdate;
3425
+ }
3426
+ /**
3427
+ * @public
3428
+ */
3429
+ export interface UpdateMediaPipelineKinesisVideoStreamPoolResponse {
3430
+ /**
3431
+ * @public
3432
+ * <p>The video stream pool configuration object.</p>
3433
+ */
3434
+ KinesisVideoStreamPoolConfiguration?: KinesisVideoStreamPoolConfiguration;
3435
+ }
3061
3436
  /**
3062
3437
  * @internal
3063
3438
  */
@@ -3190,6 +3565,38 @@ export declare const MediaLiveConnectorPipelineFilterSensitiveLog: (obj: MediaLi
3190
3565
  * @internal
3191
3566
  */
3192
3567
  export declare const CreateMediaLiveConnectorPipelineResponseFilterSensitiveLog: (obj: CreateMediaLiveConnectorPipelineResponse) => any;
3568
+ /**
3569
+ * @internal
3570
+ */
3571
+ export declare const CreateMediaPipelineKinesisVideoStreamPoolRequestFilterSensitiveLog: (obj: CreateMediaPipelineKinesisVideoStreamPoolRequest) => any;
3572
+ /**
3573
+ * @internal
3574
+ */
3575
+ export declare const KinesisVideoStreamPoolConfigurationFilterSensitiveLog: (obj: KinesisVideoStreamPoolConfiguration) => any;
3576
+ /**
3577
+ * @internal
3578
+ */
3579
+ export declare const CreateMediaPipelineKinesisVideoStreamPoolResponseFilterSensitiveLog: (obj: CreateMediaPipelineKinesisVideoStreamPoolResponse) => any;
3580
+ /**
3581
+ * @internal
3582
+ */
3583
+ export declare const MediaStreamSinkFilterSensitiveLog: (obj: MediaStreamSink) => any;
3584
+ /**
3585
+ * @internal
3586
+ */
3587
+ export declare const MediaStreamSourceFilterSensitiveLog: (obj: MediaStreamSource) => any;
3588
+ /**
3589
+ * @internal
3590
+ */
3591
+ export declare const CreateMediaStreamPipelineRequestFilterSensitiveLog: (obj: CreateMediaStreamPipelineRequest) => any;
3592
+ /**
3593
+ * @internal
3594
+ */
3595
+ export declare const MediaStreamPipelineFilterSensitiveLog: (obj: MediaStreamPipeline) => any;
3596
+ /**
3597
+ * @internal
3598
+ */
3599
+ export declare const CreateMediaStreamPipelineResponseFilterSensitiveLog: (obj: CreateMediaStreamPipelineResponse) => any;
3193
3600
  /**
3194
3601
  * @internal
3195
3602
  */
@@ -3206,6 +3613,10 @@ export declare const MediaPipelineFilterSensitiveLog: (obj: MediaPipeline) => an
3206
3613
  * @internal
3207
3614
  */
3208
3615
  export declare const GetMediaPipelineResponseFilterSensitiveLog: (obj: GetMediaPipelineResponse) => any;
3616
+ /**
3617
+ * @internal
3618
+ */
3619
+ export declare const GetMediaPipelineKinesisVideoStreamPoolResponseFilterSensitiveLog: (obj: GetMediaPipelineKinesisVideoStreamPoolResponse) => any;
3209
3620
  /**
3210
3621
  * @internal
3211
3622
  */
@@ -3214,6 +3625,14 @@ export declare const MediaInsightsPipelineConfigurationSummaryFilterSensitiveLog
3214
3625
  * @internal
3215
3626
  */
3216
3627
  export declare const ListMediaInsightsPipelineConfigurationsResponseFilterSensitiveLog: (obj: ListMediaInsightsPipelineConfigurationsResponse) => any;
3628
+ /**
3629
+ * @internal
3630
+ */
3631
+ export declare const KinesisVideoStreamPoolSummaryFilterSensitiveLog: (obj: KinesisVideoStreamPoolSummary) => any;
3632
+ /**
3633
+ * @internal
3634
+ */
3635
+ export declare const ListMediaPipelineKinesisVideoStreamPoolsResponseFilterSensitiveLog: (obj: ListMediaPipelineKinesisVideoStreamPoolsResponse) => any;
3217
3636
  /**
3218
3637
  * @internal
3219
3638
  */
@@ -3230,3 +3649,7 @@ export declare const UpdateMediaInsightsPipelineConfigurationRequestFilterSensit
3230
3649
  * @internal
3231
3650
  */
3232
3651
  export declare const UpdateMediaInsightsPipelineConfigurationResponseFilterSensitiveLog: (obj: UpdateMediaInsightsPipelineConfigurationResponse) => any;
3652
+ /**
3653
+ * @internal
3654
+ */
3655
+ export declare const UpdateMediaPipelineKinesisVideoStreamPoolResponseFilterSensitiveLog: (obj: UpdateMediaPipelineKinesisVideoStreamPoolResponse) => any;
@@ -0,0 +1,7 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import { ListMediaPipelineKinesisVideoStreamPoolsCommandInput, ListMediaPipelineKinesisVideoStreamPoolsCommandOutput } from "../commands/ListMediaPipelineKinesisVideoStreamPoolsCommand";
3
+ import { ChimeSDKMediaPipelinesPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
7
+ export declare function paginateListMediaPipelineKinesisVideoStreamPools(config: ChimeSDKMediaPipelinesPaginationConfiguration, input: ListMediaPipelineKinesisVideoStreamPoolsCommandInput, ...additionalArguments: any): Paginator<ListMediaPipelineKinesisVideoStreamPoolsCommandOutput>;
@@ -1,4 +1,5 @@
1
1
  export * from "./Interfaces";
2
2
  export * from "./ListMediaCapturePipelinesPaginator";
3
3
  export * from "./ListMediaInsightsPipelineConfigurationsPaginator";
4
+ export * from "./ListMediaPipelineKinesisVideoStreamPoolsPaginator";
4
5
  export * from "./ListMediaPipelinesPaginator";