@aws-sdk/client-ivs 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 (83) hide show
  1. package/dist-types/Ivs.d.ts +8 -1
  2. package/dist-types/IvsClient.d.ts +1 -1
  3. package/dist-types/commands/BatchGetChannelCommand.d.ts +2 -1
  4. package/dist-types/commands/BatchGetStreamKeyCommand.d.ts +2 -1
  5. package/dist-types/commands/BatchStartViewerSessionRevocationCommand.d.ts +2 -1
  6. package/dist-types/commands/CreateChannelCommand.d.ts +2 -1
  7. package/dist-types/commands/CreatePlaybackRestrictionPolicyCommand.d.ts +2 -1
  8. package/dist-types/commands/CreateRecordingConfigurationCommand.d.ts +2 -1
  9. package/dist-types/commands/CreateStreamKeyCommand.d.ts +2 -1
  10. package/dist-types/commands/DeleteChannelCommand.d.ts +2 -1
  11. package/dist-types/commands/DeletePlaybackKeyPairCommand.d.ts +2 -1
  12. package/dist-types/commands/DeletePlaybackRestrictionPolicyCommand.d.ts +2 -1
  13. package/dist-types/commands/DeleteRecordingConfigurationCommand.d.ts +2 -1
  14. package/dist-types/commands/DeleteStreamKeyCommand.d.ts +2 -1
  15. package/dist-types/commands/GetChannelCommand.d.ts +2 -1
  16. package/dist-types/commands/GetPlaybackKeyPairCommand.d.ts +2 -1
  17. package/dist-types/commands/GetPlaybackRestrictionPolicyCommand.d.ts +2 -1
  18. package/dist-types/commands/GetRecordingConfigurationCommand.d.ts +2 -1
  19. package/dist-types/commands/GetStreamCommand.d.ts +2 -1
  20. package/dist-types/commands/GetStreamKeyCommand.d.ts +2 -1
  21. package/dist-types/commands/GetStreamSessionCommand.d.ts +2 -1
  22. package/dist-types/commands/ImportPlaybackKeyPairCommand.d.ts +2 -1
  23. package/dist-types/commands/ListChannelsCommand.d.ts +2 -1
  24. package/dist-types/commands/ListPlaybackKeyPairsCommand.d.ts +2 -1
  25. package/dist-types/commands/ListPlaybackRestrictionPoliciesCommand.d.ts +2 -1
  26. package/dist-types/commands/ListRecordingConfigurationsCommand.d.ts +2 -1
  27. package/dist-types/commands/ListStreamKeysCommand.d.ts +2 -1
  28. package/dist-types/commands/ListStreamSessionsCommand.d.ts +2 -1
  29. package/dist-types/commands/ListStreamsCommand.d.ts +2 -1
  30. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  31. package/dist-types/commands/PutMetadataCommand.d.ts +2 -1
  32. package/dist-types/commands/StartViewerSessionRevocationCommand.d.ts +2 -1
  33. package/dist-types/commands/StopStreamCommand.d.ts +2 -1
  34. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  35. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  36. package/dist-types/commands/UpdateChannelCommand.d.ts +2 -1
  37. package/dist-types/commands/UpdatePlaybackRestrictionPolicyCommand.d.ts +2 -1
  38. package/dist-types/models/models_0.d.ts +288 -288
  39. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  40. package/dist-types/runtimeConfig.d.ts +2 -2
  41. package/dist-types/runtimeConfig.native.d.ts +2 -2
  42. package/dist-types/runtimeConfig.shared.d.ts +2 -2
  43. package/dist-types/ts3.4/Ivs.d.ts +7 -0
  44. package/dist-types/ts3.4/commands/BatchGetChannelCommand.d.ts +9 -0
  45. package/dist-types/ts3.4/commands/BatchGetStreamKeyCommand.d.ts +9 -0
  46. package/dist-types/ts3.4/commands/BatchStartViewerSessionRevocationCommand.d.ts +9 -0
  47. package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +9 -0
  48. package/dist-types/ts3.4/commands/CreatePlaybackRestrictionPolicyCommand.d.ts +9 -0
  49. package/dist-types/ts3.4/commands/CreateRecordingConfigurationCommand.d.ts +9 -0
  50. package/dist-types/ts3.4/commands/CreateStreamKeyCommand.d.ts +9 -0
  51. package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +9 -0
  52. package/dist-types/ts3.4/commands/DeletePlaybackKeyPairCommand.d.ts +9 -0
  53. package/dist-types/ts3.4/commands/DeletePlaybackRestrictionPolicyCommand.d.ts +9 -0
  54. package/dist-types/ts3.4/commands/DeleteRecordingConfigurationCommand.d.ts +9 -0
  55. package/dist-types/ts3.4/commands/DeleteStreamKeyCommand.d.ts +9 -0
  56. package/dist-types/ts3.4/commands/GetChannelCommand.d.ts +9 -0
  57. package/dist-types/ts3.4/commands/GetPlaybackKeyPairCommand.d.ts +9 -0
  58. package/dist-types/ts3.4/commands/GetPlaybackRestrictionPolicyCommand.d.ts +9 -0
  59. package/dist-types/ts3.4/commands/GetRecordingConfigurationCommand.d.ts +9 -0
  60. package/dist-types/ts3.4/commands/GetStreamCommand.d.ts +9 -0
  61. package/dist-types/ts3.4/commands/GetStreamKeyCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/commands/GetStreamSessionCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/ImportPlaybackKeyPairCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +9 -0
  65. package/dist-types/ts3.4/commands/ListPlaybackKeyPairsCommand.d.ts +9 -0
  66. package/dist-types/ts3.4/commands/ListPlaybackRestrictionPoliciesCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/commands/ListRecordingConfigurationsCommand.d.ts +9 -0
  68. package/dist-types/ts3.4/commands/ListStreamKeysCommand.d.ts +9 -0
  69. package/dist-types/ts3.4/commands/ListStreamSessionsCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/commands/ListStreamsCommand.d.ts +9 -0
  71. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  72. package/dist-types/ts3.4/commands/PutMetadataCommand.d.ts +9 -0
  73. package/dist-types/ts3.4/commands/StartViewerSessionRevocationCommand.d.ts +9 -0
  74. package/dist-types/ts3.4/commands/StopStreamCommand.d.ts +9 -0
  75. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  76. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  77. package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +9 -0
  78. package/dist-types/ts3.4/commands/UpdatePlaybackRestrictionPolicyCommand.d.ts +9 -0
  79. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  80. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  81. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
  82. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
  83. package/package.json +40 -40
@@ -22,10 +22,10 @@ export interface ListStreamsCommandOutput extends ListStreamsResponse, __Metadat
22
22
  }
23
23
  declare const ListStreamsCommand_base: {
24
24
  new (input: ListStreamsCommandInput): import("@smithy/smithy-client").CommandImpl<ListStreamsCommandInput, ListStreamsCommandOutput, IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListStreamsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListStreamsCommandInput, ListStreamsCommandOutput, IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets summary information about live streams in your account, in the Amazon Web Services
30
30
  * region where the API request is processed.</p>
31
31
  * @example
@@ -74,6 +74,7 @@ declare const ListStreamsCommand_base: {
74
74
  * @throws {@link IvsServiceException}
75
75
  * <p>Base exception class for all service exceptions from Ivs service.</p>
76
76
  *
77
+ * @public
77
78
  */
78
79
  export declare class ListStreamsCommand extends ListStreamsCommand_base {
79
80
  }
@@ -22,10 +22,10 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
22
22
  }
23
23
  declare const ListTagsForResourceCommand_base: {
24
24
  new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets information about Amazon Web Services tags for the specified ARN.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -64,6 +64,7 @@ declare const ListTagsForResourceCommand_base: {
64
64
  * @throws {@link IvsServiceException}
65
65
  * <p>Base exception class for all service exceptions from Ivs service.</p>
66
66
  *
67
+ * @public
67
68
  */
68
69
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
69
70
  }
@@ -22,10 +22,10 @@ export interface PutMetadataCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const PutMetadataCommand_base: {
24
24
  new (input: PutMetadataCommandInput): import("@smithy/smithy-client").CommandImpl<PutMetadataCommandInput, PutMetadataCommandOutput, IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: PutMetadataCommandInput): import("@smithy/smithy-client").CommandImpl<PutMetadataCommandInput, PutMetadataCommandOutput, IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Inserts metadata into the active stream of the specified channel. At most 5 requests per
30
30
  * second per channel are allowed, each with a maximum 1 KB payload. (If 5 TPS is not sufficient
31
31
  * for your needs, we recommend batching your data into a single PutMetadata call.) At most 155
@@ -71,6 +71,7 @@ declare const PutMetadataCommand_base: {
71
71
  * @throws {@link IvsServiceException}
72
72
  * <p>Base exception class for all service exceptions from Ivs service.</p>
73
73
  *
74
+ * @public
74
75
  */
75
76
  export declare class PutMetadataCommand extends PutMetadataCommand_base {
76
77
  }
@@ -22,10 +22,10 @@ export interface StartViewerSessionRevocationCommandOutput extends StartViewerSe
22
22
  }
23
23
  declare const StartViewerSessionRevocationCommand_base: {
24
24
  new (input: StartViewerSessionRevocationCommandInput): import("@smithy/smithy-client").CommandImpl<StartViewerSessionRevocationCommandInput, StartViewerSessionRevocationCommandOutput, IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: StartViewerSessionRevocationCommandInput): import("@smithy/smithy-client").CommandImpl<StartViewerSessionRevocationCommandInput, StartViewerSessionRevocationCommandOutput, IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Starts the process of revoking the viewer session associated with a specified channel ARN
30
30
  * and viewer ID. Optionally, you can provide a version to revoke viewer sessions less than and
31
31
  * including that version. For instructions on associating a viewer ID with a viewer session, see
@@ -75,6 +75,7 @@ declare const StartViewerSessionRevocationCommand_base: {
75
75
  * @throws {@link IvsServiceException}
76
76
  * <p>Base exception class for all service exceptions from Ivs service.</p>
77
77
  *
78
+ * @public
78
79
  */
79
80
  export declare class StartViewerSessionRevocationCommand extends StartViewerSessionRevocationCommand_base {
80
81
  }
@@ -22,10 +22,10 @@ export interface StopStreamCommandOutput extends StopStreamResponse, __MetadataB
22
22
  }
23
23
  declare const StopStreamCommand_base: {
24
24
  new (input: StopStreamCommandInput): import("@smithy/smithy-client").CommandImpl<StopStreamCommandInput, StopStreamCommandOutput, IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: StopStreamCommandInput): import("@smithy/smithy-client").CommandImpl<StopStreamCommandInput, StopStreamCommandOutput, IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Disconnects the incoming RTMPS stream for the specified channel. Can be used in
30
30
  * conjunction with <a>DeleteStreamKey</a> to prevent further streaming to a
31
31
  * channel.</p>
@@ -73,6 +73,7 @@ declare const StopStreamCommand_base: {
73
73
  * @throws {@link IvsServiceException}
74
74
  * <p>Base exception class for all service exceptions from Ivs service.</p>
75
75
  *
76
+ * @public
76
77
  */
77
78
  export declare class StopStreamCommand extends StopStreamCommand_base {
78
79
  }
@@ -22,10 +22,10 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
22
22
  }
23
23
  declare const TagResourceCommand_base: {
24
24
  new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Adds or updates tags for the Amazon Web Services resource with the specified ARN.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -63,6 +63,7 @@ declare const TagResourceCommand_base: {
63
63
  * @throws {@link IvsServiceException}
64
64
  * <p>Base exception class for all service exceptions from Ivs service.</p>
65
65
  *
66
+ * @public
66
67
  */
67
68
  export declare class TagResourceCommand extends TagResourceCommand_base {
68
69
  }
@@ -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, IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Removes tags from the resource with the specified ARN.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -63,6 +63,7 @@ declare const UntagResourceCommand_base: {
63
63
  * @throws {@link IvsServiceException}
64
64
  * <p>Base exception class for all service exceptions from Ivs service.</p>
65
65
  *
66
+ * @public
66
67
  */
67
68
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
68
69
  }
@@ -22,10 +22,10 @@ export interface UpdateChannelCommandOutput extends UpdateChannelResponse, __Met
22
22
  }
23
23
  declare const UpdateChannelCommand_base: {
24
24
  new (input: UpdateChannelCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateChannelCommandInput, UpdateChannelCommandOutput, IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateChannelCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateChannelCommandInput, UpdateChannelCommandOutput, IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates a channel's configuration. Live channels cannot be updated. You must stop the
30
30
  * ongoing stream, update the channel, and restart the stream for the changes to take
31
31
  * effect.</p>
@@ -93,6 +93,7 @@ declare const UpdateChannelCommand_base: {
93
93
  * @throws {@link IvsServiceException}
94
94
  * <p>Base exception class for all service exceptions from Ivs service.</p>
95
95
  *
96
+ * @public
96
97
  */
97
98
  export declare class UpdateChannelCommand extends UpdateChannelCommand_base {
98
99
  }
@@ -22,10 +22,10 @@ export interface UpdatePlaybackRestrictionPolicyCommandOutput extends UpdatePlay
22
22
  }
23
23
  declare const UpdatePlaybackRestrictionPolicyCommand_base: {
24
24
  new (input: UpdatePlaybackRestrictionPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<UpdatePlaybackRestrictionPolicyCommandInput, UpdatePlaybackRestrictionPolicyCommandOutput, IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdatePlaybackRestrictionPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<UpdatePlaybackRestrictionPolicyCommandInput, UpdatePlaybackRestrictionPolicyCommandOutput, IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates a specified playback restriction policy.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -89,6 +89,7 @@ declare const UpdatePlaybackRestrictionPolicyCommand_base: {
89
89
  * @throws {@link IvsServiceException}
90
90
  * <p>Base exception class for all service exceptions from Ivs service.</p>
91
91
  *
92
+ * @public
92
93
  */
93
94
  export declare class UpdatePlaybackRestrictionPolicyCommand extends UpdatePlaybackRestrictionPolicyCommand_base {
94
95
  }