@aws-sdk/client-ivs 3.289.0 → 3.290.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.
- package/dist-types/commands/BatchGetChannelCommand.d.ts +1 -0
- package/dist-types/commands/BatchGetStreamKeyCommand.d.ts +1 -0
- package/dist-types/commands/CreateChannelCommand.d.ts +16 -0
- package/dist-types/commands/CreateRecordingConfigurationCommand.d.ts +19 -0
- package/dist-types/commands/CreateStreamKeyCommand.d.ts +16 -0
- package/dist-types/commands/DeleteChannelCommand.d.ts +16 -0
- package/dist-types/commands/DeletePlaybackKeyPairCommand.d.ts +13 -0
- package/dist-types/commands/DeleteRecordingConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/DeleteStreamKeyCommand.d.ts +13 -0
- package/dist-types/commands/GetChannelCommand.d.ts +10 -0
- package/dist-types/commands/GetPlaybackKeyPairCommand.d.ts +10 -0
- package/dist-types/commands/GetRecordingConfigurationCommand.d.ts +13 -0
- package/dist-types/commands/GetStreamCommand.d.ts +13 -0
- package/dist-types/commands/GetStreamKeyCommand.d.ts +10 -0
- package/dist-types/commands/GetStreamSessionCommand.d.ts +10 -0
- package/dist-types/commands/ImportPlaybackKeyPairCommand.d.ts +16 -0
- package/dist-types/commands/ListChannelsCommand.d.ts +10 -0
- package/dist-types/commands/ListPlaybackKeyPairsCommand.d.ts +7 -0
- package/dist-types/commands/ListRecordingConfigurationsCommand.d.ts +10 -0
- package/dist-types/commands/ListStreamKeysCommand.d.ts +10 -0
- package/dist-types/commands/ListStreamSessionsCommand.d.ts +10 -0
- package/dist-types/commands/ListStreamsCommand.d.ts +7 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +10 -0
- package/dist-types/commands/PutMetadataCommand.d.ts +16 -0
- package/dist-types/commands/StopStreamCommand.d.ts +16 -0
- package/dist-types/commands/TagResourceCommand.d.ts +10 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +10 -0
- package/dist-types/commands/UpdateChannelCommand.d.ts +16 -0
- package/package.json +29 -29
|
@@ -29,6 +29,7 @@ export interface BatchGetChannelCommandOutput extends BatchGetChannelResponse, _
|
|
|
29
29
|
* @see {@link BatchGetChannelCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link IvsClientResolvedConfig | config} for IvsClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
*
|
|
32
33
|
*/
|
|
33
34
|
export declare class BatchGetChannelCommand extends $Command<BatchGetChannelCommandInput, BatchGetChannelCommandOutput, IvsClientResolvedConfig> {
|
|
34
35
|
readonly input: BatchGetChannelCommandInput;
|
|
@@ -29,6 +29,7 @@ export interface BatchGetStreamKeyCommandOutput extends BatchGetStreamKeyRespons
|
|
|
29
29
|
* @see {@link BatchGetStreamKeyCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link IvsClientResolvedConfig | config} for IvsClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
*
|
|
32
33
|
*/
|
|
33
34
|
export declare class BatchGetStreamKeyCommand extends $Command<BatchGetStreamKeyCommandInput, BatchGetStreamKeyCommandOutput, IvsClientResolvedConfig> {
|
|
34
35
|
readonly input: BatchGetStreamKeyCommandInput;
|
|
@@ -29,6 +29,22 @@ export interface CreateChannelCommandOutput extends CreateChannelResponse, __Met
|
|
|
29
29
|
* @see {@link CreateChannelCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link IvsClientResolvedConfig | config} for IvsClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p/>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link PendingVerification} (client fault)
|
|
36
|
+
* <p/>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
39
|
+
* <p/>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
42
|
+
* <p/>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ValidationException} (client fault)
|
|
45
|
+
* <p/>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
32
48
|
*/
|
|
33
49
|
export declare class CreateChannelCommand extends $Command<CreateChannelCommandInput, CreateChannelCommandOutput, IvsClientResolvedConfig> {
|
|
34
50
|
readonly input: CreateChannelCommandInput;
|
|
@@ -40,6 +40,25 @@ export interface CreateRecordingConfigurationCommandOutput extends CreateRecordi
|
|
|
40
40
|
* @see {@link CreateRecordingConfigurationCommandOutput} for command's `response` shape.
|
|
41
41
|
* @see {@link IvsClientResolvedConfig | config} for IvsClient's `config` shape.
|
|
42
42
|
*
|
|
43
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
44
|
+
* <p/>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ConflictException} (client fault)
|
|
47
|
+
* <p/>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link InternalServerException} (server fault)
|
|
50
|
+
* <p/>
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link PendingVerification} (client fault)
|
|
53
|
+
* <p/>
|
|
54
|
+
*
|
|
55
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
56
|
+
* <p/>
|
|
57
|
+
*
|
|
58
|
+
* @throws {@link ValidationException} (client fault)
|
|
59
|
+
* <p/>
|
|
60
|
+
*
|
|
61
|
+
*
|
|
43
62
|
*/
|
|
44
63
|
export declare class CreateRecordingConfigurationCommand extends $Command<CreateRecordingConfigurationCommandInput, CreateRecordingConfigurationCommandOutput, IvsClientResolvedConfig> {
|
|
45
64
|
readonly input: CreateRecordingConfigurationCommandInput;
|
|
@@ -32,6 +32,22 @@ export interface CreateStreamKeyCommandOutput extends CreateStreamKeyResponse, _
|
|
|
32
32
|
* @see {@link CreateStreamKeyCommandOutput} for command's `response` shape.
|
|
33
33
|
* @see {@link IvsClientResolvedConfig | config} for IvsClient's `config` shape.
|
|
34
34
|
*
|
|
35
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
36
|
+
* <p/>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link PendingVerification} (client fault)
|
|
39
|
+
* <p/>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
42
|
+
* <p/>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
45
|
+
* <p/>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link ValidationException} (client fault)
|
|
48
|
+
* <p/>
|
|
49
|
+
*
|
|
50
|
+
*
|
|
35
51
|
*/
|
|
36
52
|
export declare class CreateStreamKeyCommand extends $Command<CreateStreamKeyCommandInput, CreateStreamKeyCommandOutput, IvsClientResolvedConfig> {
|
|
37
53
|
readonly input: CreateStreamKeyCommandInput;
|
|
@@ -33,6 +33,22 @@ export interface DeleteChannelCommandOutput extends __MetadataBearer {
|
|
|
33
33
|
* @see {@link DeleteChannelCommandOutput} for command's `response` shape.
|
|
34
34
|
* @see {@link IvsClientResolvedConfig | config} for IvsClient's `config` shape.
|
|
35
35
|
*
|
|
36
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
37
|
+
* <p/>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ConflictException} (client fault)
|
|
40
|
+
* <p/>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link PendingVerification} (client fault)
|
|
43
|
+
* <p/>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
46
|
+
* <p/>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ValidationException} (client fault)
|
|
49
|
+
* <p/>
|
|
50
|
+
*
|
|
51
|
+
*
|
|
36
52
|
*/
|
|
37
53
|
export declare class DeleteChannelCommand extends $Command<DeleteChannelCommandInput, DeleteChannelCommandOutput, IvsClientResolvedConfig> {
|
|
38
54
|
readonly input: DeleteChannelCommandInput;
|
|
@@ -31,6 +31,19 @@ export interface DeletePlaybackKeyPairCommandOutput extends DeletePlaybackKeyPai
|
|
|
31
31
|
* @see {@link DeletePlaybackKeyPairCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link IvsClientResolvedConfig | config} for IvsClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
35
|
+
* <p/>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link PendingVerification} (client fault)
|
|
38
|
+
* <p/>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
41
|
+
* <p/>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link ValidationException} (client fault)
|
|
44
|
+
* <p/>
|
|
45
|
+
*
|
|
46
|
+
*
|
|
34
47
|
*/
|
|
35
48
|
export declare class DeletePlaybackKeyPairCommand extends $Command<DeletePlaybackKeyPairCommandInput, DeletePlaybackKeyPairCommandOutput, IvsClientResolvedConfig> {
|
|
36
49
|
readonly input: DeletePlaybackKeyPairCommandInput;
|
|
@@ -34,6 +34,22 @@ export interface DeleteRecordingConfigurationCommandOutput extends __MetadataBea
|
|
|
34
34
|
* @see {@link DeleteRecordingConfigurationCommandOutput} for command's `response` shape.
|
|
35
35
|
* @see {@link IvsClientResolvedConfig | config} for IvsClient's `config` shape.
|
|
36
36
|
*
|
|
37
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
38
|
+
* <p/>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link ConflictException} (client fault)
|
|
41
|
+
* <p/>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link InternalServerException} (server fault)
|
|
44
|
+
* <p/>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
47
|
+
* <p/>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link ValidationException} (client fault)
|
|
50
|
+
* <p/>
|
|
51
|
+
*
|
|
52
|
+
*
|
|
37
53
|
*/
|
|
38
54
|
export declare class DeleteRecordingConfigurationCommand extends $Command<DeleteRecordingConfigurationCommandInput, DeleteRecordingConfigurationCommandOutput, IvsClientResolvedConfig> {
|
|
39
55
|
readonly input: DeleteRecordingConfigurationCommandInput;
|
|
@@ -30,6 +30,19 @@ export interface DeleteStreamKeyCommandOutput extends __MetadataBearer {
|
|
|
30
30
|
* @see {@link DeleteStreamKeyCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link IvsClientResolvedConfig | config} for IvsClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
34
|
+
* <p/>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link PendingVerification} (client fault)
|
|
37
|
+
* <p/>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
40
|
+
* <p/>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ValidationException} (client fault)
|
|
43
|
+
* <p/>
|
|
44
|
+
*
|
|
45
|
+
*
|
|
33
46
|
*/
|
|
34
47
|
export declare class DeleteStreamKeyCommand extends $Command<DeleteStreamKeyCommandInput, DeleteStreamKeyCommandOutput, IvsClientResolvedConfig> {
|
|
35
48
|
readonly input: DeleteStreamKeyCommandInput;
|
|
@@ -29,6 +29,16 @@ export interface GetChannelCommandOutput extends GetChannelResponse, __MetadataB
|
|
|
29
29
|
* @see {@link GetChannelCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link IvsClientResolvedConfig | config} for IvsClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p/>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
36
|
+
* <p/>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ValidationException} (client fault)
|
|
39
|
+
* <p/>
|
|
40
|
+
*
|
|
41
|
+
*
|
|
32
42
|
*/
|
|
33
43
|
export declare class GetChannelCommand extends $Command<GetChannelCommandInput, GetChannelCommandOutput, IvsClientResolvedConfig> {
|
|
34
44
|
readonly input: GetChannelCommandInput;
|
|
@@ -33,6 +33,16 @@ export interface GetPlaybackKeyPairCommandOutput extends GetPlaybackKeyPairRespo
|
|
|
33
33
|
* @see {@link GetPlaybackKeyPairCommandOutput} for command's `response` shape.
|
|
34
34
|
* @see {@link IvsClientResolvedConfig | config} for IvsClient's `config` shape.
|
|
35
35
|
*
|
|
36
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
37
|
+
* <p/>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
40
|
+
* <p/>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ValidationException} (client fault)
|
|
43
|
+
* <p/>
|
|
44
|
+
*
|
|
45
|
+
*
|
|
36
46
|
*/
|
|
37
47
|
export declare class GetPlaybackKeyPairCommand extends $Command<GetPlaybackKeyPairCommandInput, GetPlaybackKeyPairCommandOutput, IvsClientResolvedConfig> {
|
|
38
48
|
readonly input: GetPlaybackKeyPairCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface GetRecordingConfigurationCommandOutput extends GetRecordingConf
|
|
|
29
29
|
* @see {@link GetRecordingConfigurationCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link IvsClientResolvedConfig | config} for IvsClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p/>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerException} (server fault)
|
|
36
|
+
* <p/>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
39
|
+
* <p/>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ValidationException} (client fault)
|
|
42
|
+
* <p/>
|
|
43
|
+
*
|
|
44
|
+
*
|
|
32
45
|
*/
|
|
33
46
|
export declare class GetRecordingConfigurationCommand extends $Command<GetRecordingConfigurationCommandInput, GetRecordingConfigurationCommandOutput, IvsClientResolvedConfig> {
|
|
34
47
|
readonly input: GetRecordingConfigurationCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface GetStreamCommandOutput extends GetStreamResponse, __MetadataBea
|
|
|
29
29
|
* @see {@link GetStreamCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link IvsClientResolvedConfig | config} for IvsClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p/>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ChannelNotBroadcasting} (client fault)
|
|
36
|
+
* <p/>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
39
|
+
* <p/>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ValidationException} (client fault)
|
|
42
|
+
* <p/>
|
|
43
|
+
*
|
|
44
|
+
*
|
|
32
45
|
*/
|
|
33
46
|
export declare class GetStreamCommand extends $Command<GetStreamCommandInput, GetStreamCommandOutput, IvsClientResolvedConfig> {
|
|
34
47
|
readonly input: GetStreamCommandInput;
|
|
@@ -29,6 +29,16 @@ export interface GetStreamKeyCommandOutput extends GetStreamKeyResponse, __Metad
|
|
|
29
29
|
* @see {@link GetStreamKeyCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link IvsClientResolvedConfig | config} for IvsClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p/>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
36
|
+
* <p/>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ValidationException} (client fault)
|
|
39
|
+
* <p/>
|
|
40
|
+
*
|
|
41
|
+
*
|
|
32
42
|
*/
|
|
33
43
|
export declare class GetStreamKeyCommand extends $Command<GetStreamKeyCommandInput, GetStreamKeyCommandOutput, IvsClientResolvedConfig> {
|
|
34
44
|
readonly input: GetStreamKeyCommandInput;
|
|
@@ -29,6 +29,16 @@ export interface GetStreamSessionCommandOutput extends GetStreamSessionResponse,
|
|
|
29
29
|
* @see {@link GetStreamSessionCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link IvsClientResolvedConfig | config} for IvsClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p/>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
36
|
+
* <p/>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ValidationException} (client fault)
|
|
39
|
+
* <p/>
|
|
40
|
+
*
|
|
41
|
+
*
|
|
32
42
|
*/
|
|
33
43
|
export declare class GetStreamSessionCommand extends $Command<GetStreamSessionCommandInput, GetStreamSessionCommandOutput, IvsClientResolvedConfig> {
|
|
34
44
|
readonly input: GetStreamSessionCommandInput;
|
|
@@ -33,6 +33,22 @@ export interface ImportPlaybackKeyPairCommandOutput extends ImportPlaybackKeyPai
|
|
|
33
33
|
* @see {@link ImportPlaybackKeyPairCommandOutput} for command's `response` shape.
|
|
34
34
|
* @see {@link IvsClientResolvedConfig | config} for IvsClient's `config` shape.
|
|
35
35
|
*
|
|
36
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
37
|
+
* <p/>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ConflictException} (client fault)
|
|
40
|
+
* <p/>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link PendingVerification} (client fault)
|
|
43
|
+
* <p/>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
46
|
+
* <p/>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ValidationException} (client fault)
|
|
49
|
+
* <p/>
|
|
50
|
+
*
|
|
51
|
+
*
|
|
36
52
|
*/
|
|
37
53
|
export declare class ImportPlaybackKeyPairCommand extends $Command<ImportPlaybackKeyPairCommandInput, ImportPlaybackKeyPairCommandOutput, IvsClientResolvedConfig> {
|
|
38
54
|
readonly input: ImportPlaybackKeyPairCommandInput;
|
|
@@ -32,6 +32,16 @@ export interface ListChannelsCommandOutput extends ListChannelsResponse, __Metad
|
|
|
32
32
|
* @see {@link ListChannelsCommandOutput} for command's `response` shape.
|
|
33
33
|
* @see {@link IvsClientResolvedConfig | config} for IvsClient's `config` shape.
|
|
34
34
|
*
|
|
35
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
36
|
+
* <p/>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ConflictException} (client fault)
|
|
39
|
+
* <p/>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ValidationException} (client fault)
|
|
42
|
+
* <p/>
|
|
43
|
+
*
|
|
44
|
+
*
|
|
35
45
|
*/
|
|
36
46
|
export declare class ListChannelsCommand extends $Command<ListChannelsCommandInput, ListChannelsCommandOutput, IvsClientResolvedConfig> {
|
|
37
47
|
readonly input: ListChannelsCommandInput;
|
|
@@ -30,6 +30,13 @@ export interface ListPlaybackKeyPairsCommandOutput extends ListPlaybackKeyPairsR
|
|
|
30
30
|
* @see {@link ListPlaybackKeyPairsCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link IvsClientResolvedConfig | config} for IvsClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
34
|
+
* <p/>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link ValidationException} (client fault)
|
|
37
|
+
* <p/>
|
|
38
|
+
*
|
|
39
|
+
*
|
|
33
40
|
*/
|
|
34
41
|
export declare class ListPlaybackKeyPairsCommand extends $Command<ListPlaybackKeyPairsCommandInput, ListPlaybackKeyPairsCommandOutput, IvsClientResolvedConfig> {
|
|
35
42
|
readonly input: ListPlaybackKeyPairsCommandInput;
|
|
@@ -30,6 +30,16 @@ export interface ListRecordingConfigurationsCommandOutput extends ListRecordingC
|
|
|
30
30
|
* @see {@link ListRecordingConfigurationsCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link IvsClientResolvedConfig | config} for IvsClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
34
|
+
* <p/>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link InternalServerException} (server fault)
|
|
37
|
+
* <p/>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ValidationException} (client fault)
|
|
40
|
+
* <p/>
|
|
41
|
+
*
|
|
42
|
+
*
|
|
33
43
|
*/
|
|
34
44
|
export declare class ListRecordingConfigurationsCommand extends $Command<ListRecordingConfigurationsCommandInput, ListRecordingConfigurationsCommandOutput, IvsClientResolvedConfig> {
|
|
35
45
|
readonly input: ListRecordingConfigurationsCommandInput;
|
|
@@ -29,6 +29,16 @@ export interface ListStreamKeysCommandOutput extends ListStreamKeysResponse, __M
|
|
|
29
29
|
* @see {@link ListStreamKeysCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link IvsClientResolvedConfig | config} for IvsClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p/>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
36
|
+
* <p/>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ValidationException} (client fault)
|
|
39
|
+
* <p/>
|
|
40
|
+
*
|
|
41
|
+
*
|
|
32
42
|
*/
|
|
33
43
|
export declare class ListStreamKeysCommand extends $Command<ListStreamKeysCommandInput, ListStreamKeysCommandOutput, IvsClientResolvedConfig> {
|
|
34
44
|
readonly input: ListStreamKeysCommandInput;
|
|
@@ -30,6 +30,16 @@ export interface ListStreamSessionsCommandOutput extends ListStreamSessionsRespo
|
|
|
30
30
|
* @see {@link ListStreamSessionsCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link IvsClientResolvedConfig | config} for IvsClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
34
|
+
* <p/>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
37
|
+
* <p/>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ValidationException} (client fault)
|
|
40
|
+
* <p/>
|
|
41
|
+
*
|
|
42
|
+
*
|
|
33
43
|
*/
|
|
34
44
|
export declare class ListStreamSessionsCommand extends $Command<ListStreamSessionsCommandInput, ListStreamSessionsCommandOutput, IvsClientResolvedConfig> {
|
|
35
45
|
readonly input: ListStreamSessionsCommandInput;
|
|
@@ -30,6 +30,13 @@ export interface ListStreamsCommandOutput extends ListStreamsResponse, __Metadat
|
|
|
30
30
|
* @see {@link ListStreamsCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link IvsClientResolvedConfig | config} for IvsClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
34
|
+
* <p/>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link ValidationException} (client fault)
|
|
37
|
+
* <p/>
|
|
38
|
+
*
|
|
39
|
+
*
|
|
33
40
|
*/
|
|
34
41
|
export declare class ListStreamsCommand extends $Command<ListStreamsCommandInput, ListStreamsCommandOutput, IvsClientResolvedConfig> {
|
|
35
42
|
readonly input: ListStreamsCommandInput;
|
|
@@ -29,6 +29,16 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
29
29
|
* @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link IvsClientResolvedConfig | config} for IvsClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InternalServerException} (server fault)
|
|
33
|
+
* <p/>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
36
|
+
* <p/>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ValidationException} (client fault)
|
|
39
|
+
* <p/>
|
|
40
|
+
*
|
|
41
|
+
*
|
|
32
42
|
*/
|
|
33
43
|
export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, IvsClientResolvedConfig> {
|
|
34
44
|
readonly input: ListTagsForResourceCommandInput;
|
|
@@ -33,6 +33,22 @@ export interface PutMetadataCommandOutput extends __MetadataBearer {
|
|
|
33
33
|
* @see {@link PutMetadataCommandOutput} for command's `response` shape.
|
|
34
34
|
* @see {@link IvsClientResolvedConfig | config} for IvsClient's `config` shape.
|
|
35
35
|
*
|
|
36
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
37
|
+
* <p/>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ChannelNotBroadcasting} (client fault)
|
|
40
|
+
* <p/>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
43
|
+
* <p/>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
46
|
+
* <p/>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ValidationException} (client fault)
|
|
49
|
+
* <p/>
|
|
50
|
+
*
|
|
51
|
+
*
|
|
36
52
|
*/
|
|
37
53
|
export declare class PutMetadataCommand extends $Command<PutMetadataCommandInput, PutMetadataCommandOutput, IvsClientResolvedConfig> {
|
|
38
54
|
readonly input: PutMetadataCommandInput;
|
|
@@ -36,6 +36,22 @@ export interface StopStreamCommandOutput extends StopStreamResponse, __MetadataB
|
|
|
36
36
|
* @see {@link StopStreamCommandOutput} for command's `response` shape.
|
|
37
37
|
* @see {@link IvsClientResolvedConfig | config} for IvsClient's `config` shape.
|
|
38
38
|
*
|
|
39
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
40
|
+
* <p/>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ChannelNotBroadcasting} (client fault)
|
|
43
|
+
* <p/>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
46
|
+
* <p/>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link StreamUnavailable} (server fault)
|
|
49
|
+
* <p/>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link ValidationException} (client fault)
|
|
52
|
+
* <p/>
|
|
53
|
+
*
|
|
54
|
+
*
|
|
39
55
|
*/
|
|
40
56
|
export declare class StopStreamCommand extends $Command<StopStreamCommandInput, StopStreamCommandOutput, IvsClientResolvedConfig> {
|
|
41
57
|
readonly input: StopStreamCommandInput;
|
|
@@ -29,6 +29,16 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
29
29
|
* @see {@link TagResourceCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link IvsClientResolvedConfig | config} for IvsClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InternalServerException} (server fault)
|
|
33
|
+
* <p/>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
36
|
+
* <p/>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ValidationException} (client fault)
|
|
39
|
+
* <p/>
|
|
40
|
+
*
|
|
41
|
+
*
|
|
32
42
|
*/
|
|
33
43
|
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, IvsClientResolvedConfig> {
|
|
34
44
|
readonly input: TagResourceCommandInput;
|
|
@@ -29,6 +29,16 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
29
29
|
* @see {@link UntagResourceCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link IvsClientResolvedConfig | config} for IvsClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InternalServerException} (server fault)
|
|
33
|
+
* <p/>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
36
|
+
* <p/>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ValidationException} (client fault)
|
|
39
|
+
* <p/>
|
|
40
|
+
*
|
|
41
|
+
*
|
|
32
42
|
*/
|
|
33
43
|
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, IvsClientResolvedConfig> {
|
|
34
44
|
readonly input: UntagResourceCommandInput;
|
|
@@ -30,6 +30,22 @@ export interface UpdateChannelCommandOutput extends UpdateChannelResponse, __Met
|
|
|
30
30
|
* @see {@link UpdateChannelCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link IvsClientResolvedConfig | config} for IvsClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
34
|
+
* <p/>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link ConflictException} (client fault)
|
|
37
|
+
* <p/>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link PendingVerification} (client fault)
|
|
40
|
+
* <p/>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
43
|
+
* <p/>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ValidationException} (client fault)
|
|
46
|
+
* <p/>
|
|
47
|
+
*
|
|
48
|
+
*
|
|
33
49
|
*/
|
|
34
50
|
export declare class UpdateChannelCommand extends $Command<UpdateChannelCommandInput, UpdateChannelCommandOutput, IvsClientResolvedConfig> {
|
|
35
51
|
readonly input: UpdateChannelCommandInput;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-ivs",
|
|
3
3
|
"description": "AWS SDK for JavaScript Ivs Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.290.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -20,37 +20,37 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/config-resolver": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
27
|
-
"@aws-sdk/hash-node": "3.
|
|
28
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
29
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
30
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
31
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
32
|
-
"@aws-sdk/middleware-logger": "3.
|
|
33
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
34
|
-
"@aws-sdk/middleware-retry": "3.
|
|
35
|
-
"@aws-sdk/middleware-serde": "3.
|
|
36
|
-
"@aws-sdk/middleware-signing": "3.
|
|
37
|
-
"@aws-sdk/middleware-stack": "3.
|
|
38
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
39
|
-
"@aws-sdk/node-config-provider": "3.
|
|
40
|
-
"@aws-sdk/node-http-handler": "3.
|
|
41
|
-
"@aws-sdk/protocol-http": "3.
|
|
42
|
-
"@aws-sdk/smithy-client": "3.
|
|
43
|
-
"@aws-sdk/types": "3.
|
|
44
|
-
"@aws-sdk/url-parser": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.290.0",
|
|
24
|
+
"@aws-sdk/config-resolver": "3.290.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.290.0",
|
|
26
|
+
"@aws-sdk/fetch-http-handler": "3.290.0",
|
|
27
|
+
"@aws-sdk/hash-node": "3.290.0",
|
|
28
|
+
"@aws-sdk/invalid-dependency": "3.290.0",
|
|
29
|
+
"@aws-sdk/middleware-content-length": "3.290.0",
|
|
30
|
+
"@aws-sdk/middleware-endpoint": "3.290.0",
|
|
31
|
+
"@aws-sdk/middleware-host-header": "3.290.0",
|
|
32
|
+
"@aws-sdk/middleware-logger": "3.290.0",
|
|
33
|
+
"@aws-sdk/middleware-recursion-detection": "3.290.0",
|
|
34
|
+
"@aws-sdk/middleware-retry": "3.290.0",
|
|
35
|
+
"@aws-sdk/middleware-serde": "3.290.0",
|
|
36
|
+
"@aws-sdk/middleware-signing": "3.290.0",
|
|
37
|
+
"@aws-sdk/middleware-stack": "3.290.0",
|
|
38
|
+
"@aws-sdk/middleware-user-agent": "3.290.0",
|
|
39
|
+
"@aws-sdk/node-config-provider": "3.290.0",
|
|
40
|
+
"@aws-sdk/node-http-handler": "3.290.0",
|
|
41
|
+
"@aws-sdk/protocol-http": "3.290.0",
|
|
42
|
+
"@aws-sdk/smithy-client": "3.290.0",
|
|
43
|
+
"@aws-sdk/types": "3.290.0",
|
|
44
|
+
"@aws-sdk/url-parser": "3.290.0",
|
|
45
45
|
"@aws-sdk/util-base64": "3.208.0",
|
|
46
46
|
"@aws-sdk/util-body-length-browser": "3.188.0",
|
|
47
47
|
"@aws-sdk/util-body-length-node": "3.208.0",
|
|
48
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
-
"@aws-sdk/util-endpoints": "3.
|
|
51
|
-
"@aws-sdk/util-retry": "3.
|
|
52
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
48
|
+
"@aws-sdk/util-defaults-mode-browser": "3.290.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-node": "3.290.0",
|
|
50
|
+
"@aws-sdk/util-endpoints": "3.290.0",
|
|
51
|
+
"@aws-sdk/util-retry": "3.290.0",
|
|
52
|
+
"@aws-sdk/util-user-agent-browser": "3.290.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-node": "3.290.0",
|
|
54
54
|
"@aws-sdk/util-utf8": "3.254.0",
|
|
55
55
|
"tslib": "^2.3.1"
|
|
56
56
|
},
|