@aws-sdk/client-chime-sdk-media-pipelines 3.529.1 → 3.535.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 (75) hide show
  1. package/dist-types/ChimeSDKMediaPipelines.d.ts +5 -1
  2. package/dist-types/ChimeSDKMediaPipelinesClient.d.ts +1 -1
  3. package/dist-types/commands/CreateMediaCapturePipelineCommand.d.ts +2 -1
  4. package/dist-types/commands/CreateMediaConcatenationPipelineCommand.d.ts +2 -1
  5. package/dist-types/commands/CreateMediaInsightsPipelineCommand.d.ts +2 -1
  6. package/dist-types/commands/CreateMediaInsightsPipelineConfigurationCommand.d.ts +2 -1
  7. package/dist-types/commands/CreateMediaLiveConnectorPipelineCommand.d.ts +2 -1
  8. package/dist-types/commands/CreateMediaPipelineKinesisVideoStreamPoolCommand.d.ts +2 -1
  9. package/dist-types/commands/CreateMediaStreamPipelineCommand.d.ts +2 -1
  10. package/dist-types/commands/DeleteMediaCapturePipelineCommand.d.ts +2 -1
  11. package/dist-types/commands/DeleteMediaInsightsPipelineConfigurationCommand.d.ts +2 -1
  12. package/dist-types/commands/DeleteMediaPipelineCommand.d.ts +2 -1
  13. package/dist-types/commands/DeleteMediaPipelineKinesisVideoStreamPoolCommand.d.ts +2 -1
  14. package/dist-types/commands/GetMediaCapturePipelineCommand.d.ts +2 -1
  15. package/dist-types/commands/GetMediaInsightsPipelineConfigurationCommand.d.ts +2 -1
  16. package/dist-types/commands/GetMediaPipelineCommand.d.ts +2 -1
  17. package/dist-types/commands/GetMediaPipelineKinesisVideoStreamPoolCommand.d.ts +2 -1
  18. package/dist-types/commands/GetSpeakerSearchTaskCommand.d.ts +2 -1
  19. package/dist-types/commands/GetVoiceToneAnalysisTaskCommand.d.ts +2 -1
  20. package/dist-types/commands/ListMediaCapturePipelinesCommand.d.ts +2 -1
  21. package/dist-types/commands/ListMediaInsightsPipelineConfigurationsCommand.d.ts +2 -1
  22. package/dist-types/commands/ListMediaPipelineKinesisVideoStreamPoolsCommand.d.ts +2 -1
  23. package/dist-types/commands/ListMediaPipelinesCommand.d.ts +2 -1
  24. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  25. package/dist-types/commands/StartSpeakerSearchTaskCommand.d.ts +2 -1
  26. package/dist-types/commands/StartVoiceToneAnalysisTaskCommand.d.ts +2 -1
  27. package/dist-types/commands/StopSpeakerSearchTaskCommand.d.ts +2 -1
  28. package/dist-types/commands/StopVoiceToneAnalysisTaskCommand.d.ts +2 -1
  29. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  30. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  31. package/dist-types/commands/UpdateMediaInsightsPipelineConfigurationCommand.d.ts +2 -1
  32. package/dist-types/commands/UpdateMediaInsightsPipelineStatusCommand.d.ts +2 -1
  33. package/dist-types/commands/UpdateMediaPipelineKinesisVideoStreamPoolCommand.d.ts +2 -1
  34. package/dist-types/models/models_0.d.ts +454 -454
  35. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  36. package/dist-types/runtimeConfig.d.ts +2 -2
  37. package/dist-types/runtimeConfig.native.d.ts +2 -2
  38. package/dist-types/runtimeConfig.shared.d.ts +2 -2
  39. package/dist-types/ts3.4/ChimeSDKMediaPipelines.d.ts +4 -0
  40. package/dist-types/ts3.4/commands/CreateMediaCapturePipelineCommand.d.ts +9 -0
  41. package/dist-types/ts3.4/commands/CreateMediaConcatenationPipelineCommand.d.ts +9 -0
  42. package/dist-types/ts3.4/commands/CreateMediaInsightsPipelineCommand.d.ts +9 -0
  43. package/dist-types/ts3.4/commands/CreateMediaInsightsPipelineConfigurationCommand.d.ts +9 -0
  44. package/dist-types/ts3.4/commands/CreateMediaLiveConnectorPipelineCommand.d.ts +9 -0
  45. package/dist-types/ts3.4/commands/CreateMediaPipelineKinesisVideoStreamPoolCommand.d.ts +9 -0
  46. package/dist-types/ts3.4/commands/CreateMediaStreamPipelineCommand.d.ts +9 -0
  47. package/dist-types/ts3.4/commands/DeleteMediaCapturePipelineCommand.d.ts +9 -0
  48. package/dist-types/ts3.4/commands/DeleteMediaInsightsPipelineConfigurationCommand.d.ts +9 -0
  49. package/dist-types/ts3.4/commands/DeleteMediaPipelineCommand.d.ts +9 -0
  50. package/dist-types/ts3.4/commands/DeleteMediaPipelineKinesisVideoStreamPoolCommand.d.ts +9 -0
  51. package/dist-types/ts3.4/commands/GetMediaCapturePipelineCommand.d.ts +9 -0
  52. package/dist-types/ts3.4/commands/GetMediaInsightsPipelineConfigurationCommand.d.ts +9 -0
  53. package/dist-types/ts3.4/commands/GetMediaPipelineCommand.d.ts +9 -0
  54. package/dist-types/ts3.4/commands/GetMediaPipelineKinesisVideoStreamPoolCommand.d.ts +9 -0
  55. package/dist-types/ts3.4/commands/GetSpeakerSearchTaskCommand.d.ts +9 -0
  56. package/dist-types/ts3.4/commands/GetVoiceToneAnalysisTaskCommand.d.ts +9 -0
  57. package/dist-types/ts3.4/commands/ListMediaCapturePipelinesCommand.d.ts +9 -0
  58. package/dist-types/ts3.4/commands/ListMediaInsightsPipelineConfigurationsCommand.d.ts +9 -0
  59. package/dist-types/ts3.4/commands/ListMediaPipelineKinesisVideoStreamPoolsCommand.d.ts +9 -0
  60. package/dist-types/ts3.4/commands/ListMediaPipelinesCommand.d.ts +9 -0
  61. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/commands/StartSpeakerSearchTaskCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/StartVoiceToneAnalysisTaskCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/commands/StopSpeakerSearchTaskCommand.d.ts +9 -0
  65. package/dist-types/ts3.4/commands/StopVoiceToneAnalysisTaskCommand.d.ts +9 -0
  66. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  68. package/dist-types/ts3.4/commands/UpdateMediaInsightsPipelineConfigurationCommand.d.ts +9 -0
  69. package/dist-types/ts3.4/commands/UpdateMediaInsightsPipelineStatusCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/commands/UpdateMediaPipelineKinesisVideoStreamPoolCommand.d.ts +9 -0
  71. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  72. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  73. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
  74. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
  75. package/package.json +40 -40
@@ -22,10 +22,10 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
22
22
  }
23
23
  declare const UntagResourceCommand_base: {
24
24
  new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Removes any tags from a media pipeline.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -75,6 +75,7 @@ declare const UntagResourceCommand_base: {
75
75
  * @throws {@link ChimeSDKMediaPipelinesServiceException}
76
76
  * <p>Base exception class for all service exceptions from ChimeSDKMediaPipelines service.</p>
77
77
  *
78
+ * @public
78
79
  */
79
80
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
80
81
  }
@@ -22,10 +22,10 @@ export interface UpdateMediaInsightsPipelineConfigurationCommandOutput extends U
22
22
  }
23
23
  declare const UpdateMediaInsightsPipelineConfigurationCommand_base: {
24
24
  new (input: UpdateMediaInsightsPipelineConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateMediaInsightsPipelineConfigurationCommandInput, UpdateMediaInsightsPipelineConfigurationCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateMediaInsightsPipelineConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateMediaInsightsPipelineConfigurationCommandInput, UpdateMediaInsightsPipelineConfigurationCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates the media insights pipeline's configuration settings.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -270,6 +270,7 @@ declare const UpdateMediaInsightsPipelineConfigurationCommand_base: {
270
270
  * @throws {@link ChimeSDKMediaPipelinesServiceException}
271
271
  * <p>Base exception class for all service exceptions from ChimeSDKMediaPipelines service.</p>
272
272
  *
273
+ * @public
273
274
  */
274
275
  export declare class UpdateMediaInsightsPipelineConfigurationCommand extends UpdateMediaInsightsPipelineConfigurationCommand_base {
275
276
  }
@@ -22,10 +22,10 @@ export interface UpdateMediaInsightsPipelineStatusCommandOutput extends __Metada
22
22
  }
23
23
  declare const UpdateMediaInsightsPipelineStatusCommand_base: {
24
24
  new (input: UpdateMediaInsightsPipelineStatusCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateMediaInsightsPipelineStatusCommandInput, UpdateMediaInsightsPipelineStatusCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateMediaInsightsPipelineStatusCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateMediaInsightsPipelineStatusCommandInput, UpdateMediaInsightsPipelineStatusCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates the status of a media insights pipeline.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -77,6 +77,7 @@ declare const UpdateMediaInsightsPipelineStatusCommand_base: {
77
77
  * @throws {@link ChimeSDKMediaPipelinesServiceException}
78
78
  * <p>Base exception class for all service exceptions from ChimeSDKMediaPipelines service.</p>
79
79
  *
80
+ * @public
80
81
  */
81
82
  export declare class UpdateMediaInsightsPipelineStatusCommand extends UpdateMediaInsightsPipelineStatusCommand_base {
82
83
  }
@@ -22,10 +22,10 @@ export interface UpdateMediaPipelineKinesisVideoStreamPoolCommandOutput extends
22
22
  }
23
23
  declare const UpdateMediaPipelineKinesisVideoStreamPoolCommand_base: {
24
24
  new (input: UpdateMediaPipelineKinesisVideoStreamPoolCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateMediaPipelineKinesisVideoStreamPoolCommandInput, UpdateMediaPipelineKinesisVideoStreamPoolCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateMediaPipelineKinesisVideoStreamPoolCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateMediaPipelineKinesisVideoStreamPoolCommandInput, UpdateMediaPipelineKinesisVideoStreamPoolCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates an Kinesis video stream pool in a media pipeline.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -93,6 +93,7 @@ declare const UpdateMediaPipelineKinesisVideoStreamPoolCommand_base: {
93
93
  * @throws {@link ChimeSDKMediaPipelinesServiceException}
94
94
  * <p>Base exception class for all service exceptions from ChimeSDKMediaPipelines service.</p>
95
95
  *
96
+ * @public
96
97
  */
97
98
  export declare class UpdateMediaPipelineKinesisVideoStreamPoolCommand extends UpdateMediaPipelineKinesisVideoStreamPoolCommand_base {
98
99
  }