@aws-sdk/client-ivs 3.33.0 → 3.36.1
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/CHANGELOG.md +47 -0
- package/{dist/cjs → dist-cjs}/Ivs.js +1 -364
- package/dist-cjs/IvsClient.js +35 -0
- package/{dist/cjs → dist-cjs}/commands/BatchGetChannelCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/BatchGetStreamKeyCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/CreateChannelCommand.js +2 -27
- package/dist-cjs/commands/CreateRecordingConfigurationCommand.js +36 -0
- package/{dist/cjs → dist-cjs}/commands/CreateStreamKeyCommand.js +2 -30
- package/{dist/cjs → dist-cjs}/commands/DeleteChannelCommand.js +2 -31
- package/{dist/cjs → dist-cjs}/commands/DeletePlaybackKeyPairCommand.js +2 -29
- package/{dist/cjs → dist-cjs}/commands/DeleteRecordingConfigurationCommand.js +2 -32
- package/{dist/cjs → dist-cjs}/commands/DeleteStreamKeyCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/GetChannelCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/GetPlaybackKeyPairCommand.js +2 -31
- package/{dist/cjs → dist-cjs}/commands/GetRecordingConfigurationCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/GetStreamCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/GetStreamKeyCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ImportPlaybackKeyPairCommand.js +2 -31
- package/{dist/cjs → dist-cjs}/commands/ListChannelsCommand.js +2 -30
- package/{dist/cjs → dist-cjs}/commands/ListPlaybackKeyPairsCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/ListRecordingConfigurationsCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/ListStreamKeysCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ListStreamsCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/ListTagsForResourceCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/PutMetadataCommand.js +2 -33
- package/{dist/cjs → dist-cjs}/commands/StopStreamCommand.js +2 -34
- package/{dist/cjs → dist-cjs}/commands/TagResourceCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/UntagResourceCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/UpdateChannelCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/endpoints.js +0 -1
- package/{dist/cjs → dist-cjs}/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/models_0.js +0 -214
- package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -1
- package/{dist/cjs → dist-cjs}/pagination/ListChannelsPaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/pagination/ListPlaybackKeyPairsPaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/pagination/ListRecordingConfigurationsPaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/pagination/ListStreamKeysPaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/pagination/ListStreamsPaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/pagination/ListTagsForResourcePaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/protocols/Aws_restJson1.js +23 -29
- package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +1 -5
- package/{dist/cjs → dist-cjs}/runtimeConfig.js +1 -5
- package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -4
- package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -5
- package/{dist/es → dist-es}/Ivs.js +2 -365
- package/dist-es/IvsClient.js +37 -0
- package/{dist/es → dist-es}/commands/BatchGetChannelCommand.js +4 -30
- package/{dist/es → dist-es}/commands/BatchGetStreamKeyCommand.js +4 -30
- package/{dist/es → dist-es}/commands/CreateChannelCommand.js +4 -30
- package/{dist/es → dist-es}/commands/CreateRecordingConfigurationCommand.js +4 -41
- package/{dist/es → dist-es}/commands/CreateStreamKeyCommand.js +4 -33
- package/{dist/es → dist-es}/commands/DeleteChannelCommand.js +4 -34
- package/{dist/es → dist-es}/commands/DeletePlaybackKeyPairCommand.js +4 -32
- package/{dist/es → dist-es}/commands/DeleteRecordingConfigurationCommand.js +4 -35
- package/{dist/es → dist-es}/commands/DeleteStreamKeyCommand.js +4 -31
- package/{dist/es → dist-es}/commands/GetChannelCommand.js +4 -30
- package/{dist/es → dist-es}/commands/GetPlaybackKeyPairCommand.js +4 -34
- package/{dist/es → dist-es}/commands/GetRecordingConfigurationCommand.js +4 -30
- package/{dist/es → dist-es}/commands/GetStreamCommand.js +4 -30
- package/{dist/es → dist-es}/commands/GetStreamKeyCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ImportPlaybackKeyPairCommand.js +4 -34
- package/{dist/es → dist-es}/commands/ListChannelsCommand.js +4 -33
- package/{dist/es → dist-es}/commands/ListPlaybackKeyPairsCommand.js +4 -31
- package/{dist/es → dist-es}/commands/ListRecordingConfigurationsCommand.js +4 -31
- package/{dist/es → dist-es}/commands/ListStreamKeysCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ListStreamsCommand.js +4 -31
- package/{dist/es → dist-es}/commands/ListTagsForResourceCommand.js +4 -30
- package/{dist/es → dist-es}/commands/PutMetadataCommand.js +4 -36
- package/{dist/es → dist-es}/commands/StopStreamCommand.js +4 -37
- package/{dist/es → dist-es}/commands/TagResourceCommand.js +4 -30
- package/{dist/es → dist-es}/commands/UntagResourceCommand.js +4 -30
- package/{dist/es → dist-es}/commands/UpdateChannelCommand.js +4 -31
- package/{dist/es → dist-es}/endpoints.js +1 -2
- package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
- package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
- package/{dist/es → dist-es}/models/models_0.js +0 -214
- package/dist-es/pagination/Interfaces.js +1 -0
- package/{dist/es → dist-es}/pagination/ListChannelsPaginator.js +17 -30
- package/{dist/es → dist-es}/pagination/ListPlaybackKeyPairsPaginator.js +17 -30
- package/{dist/es → dist-es}/pagination/ListRecordingConfigurationsPaginator.js +17 -30
- package/{dist/es → dist-es}/pagination/ListStreamKeysPaginator.js +17 -30
- package/{dist/es → dist-es}/pagination/ListStreamsPaginator.js +17 -30
- package/{dist/es → dist-es}/pagination/ListTagsForResourcePaginator.js +17 -30
- package/{dist/es → dist-es}/protocols/Aws_restJson1.js +606 -612
- package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -5
- package/{dist/es → dist-es}/runtimeConfig.js +1 -5
- package/{dist/es → dist-es}/runtimeConfig.native.js +0 -4
- package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -5
- package/{dist/types → dist-types}/Ivs.d.ts +2 -2
- package/{dist/types → dist-types}/IvsClient.d.ts +8 -8
- package/{dist/types → dist-types}/commands/BatchGetChannelCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/BatchGetStreamKeyCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateChannelCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateRecordingConfigurationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateStreamKeyCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteChannelCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeletePlaybackKeyPairCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteRecordingConfigurationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteStreamKeyCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetChannelCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetPlaybackKeyPairCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetRecordingConfigurationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetStreamCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetStreamKeyCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ImportPlaybackKeyPairCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListChannelsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListPlaybackKeyPairsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListRecordingConfigurationsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListStreamKeysCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListStreamsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListTagsForResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/PutMetadataCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/StopStreamCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/TagResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UntagResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateChannelCommand.d.ts +2 -2
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/{index.ts → dist-types/index.d.ts} +0 -0
- package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
- package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
- package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListChannelsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListPlaybackKeyPairsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListRecordingConfigurationsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListStreamKeysPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListStreamsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListTagsForResourcePaginator.d.ts +1 -1
- package/{dist/types → dist-types}/protocols/Aws_restJson1.d.ts +2 -2
- package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
- package/{dist/types → dist-types}/runtimeConfig.d.ts +1 -1
- package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/dist-types/ts3.4/Ivs.d.ts +135 -0
- package/dist-types/ts3.4/IvsClient.d.ts +93 -0
- package/{dist/types → dist-types}/ts3.4/commands/BatchGetChannelCommand.d.ts +4 -22
- package/{dist/types → dist-types}/ts3.4/commands/BatchGetStreamKeyCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateRecordingConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateStreamKeyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeletePlaybackKeyPairCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteRecordingConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteStreamKeyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetChannelCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetPlaybackKeyPairCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/GetRecordingConfigurationCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/GetStreamCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetStreamKeyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ImportPlaybackKeyPairCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListPlaybackKeyPairsCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/ListRecordingConfigurationsCommand.d.ts +4 -23
- package/dist-types/ts3.4/commands/ListStreamKeysCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListStreamsCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/ListTagsForResourceCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/PutMetadataCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopStreamCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/dist-types/ts3.4/models/models_0.d.ts +798 -0
- package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListChannelsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListPlaybackKeyPairsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListRecordingConfigurationsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListStreamKeysPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListStreamsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/protocols/Aws_restJson1.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +1 -3
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.d.ts +2 -4
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +1 -3
- package/package.json +52 -49
- package/Ivs.ts +0 -1316
- package/IvsClient.ts +0 -696
- package/commands/BatchGetChannelCommand.ts +0 -94
- package/commands/BatchGetStreamKeyCommand.ts +0 -94
- package/commands/CreateChannelCommand.ts +0 -94
- package/commands/CreateRecordingConfigurationCommand.ts +0 -110
- package/commands/CreateStreamKeyCommand.ts +0 -97
- package/commands/DeleteChannelCommand.ts +0 -98
- package/commands/DeletePlaybackKeyPairCommand.ts +0 -96
- package/commands/DeleteRecordingConfigurationCommand.ts +0 -102
- package/commands/DeleteStreamKeyCommand.ts +0 -95
- package/commands/GetChannelCommand.ts +0 -94
- package/commands/GetPlaybackKeyPairCommand.ts +0 -98
- package/commands/GetRecordingConfigurationCommand.ts +0 -97
- package/commands/GetStreamCommand.ts +0 -90
- package/commands/GetStreamKeyCommand.ts +0 -94
- package/commands/ImportPlaybackKeyPairCommand.ts +0 -98
- package/commands/ListChannelsCommand.ts +0 -97
- package/commands/ListPlaybackKeyPairsCommand.ts +0 -95
- package/commands/ListRecordingConfigurationsCommand.ts +0 -100
- package/commands/ListStreamKeysCommand.ts +0 -94
- package/commands/ListStreamsCommand.ts +0 -95
- package/commands/ListTagsForResourceCommand.ts +0 -94
- package/commands/PutMetadataCommand.ts +0 -100
- package/commands/StopStreamCommand.ts +0 -101
- package/commands/TagResourceCommand.ts +0 -94
- package/commands/UntagResourceCommand.ts +0 -94
- package/commands/UpdateChannelCommand.ts +0 -95
- package/dist/cjs/Ivs.js.map +0 -1
- package/dist/cjs/IvsClient.js +0 -403
- package/dist/cjs/IvsClient.js.map +0 -1
- package/dist/cjs/commands/BatchGetChannelCommand.js.map +0 -1
- package/dist/cjs/commands/BatchGetStreamKeyCommand.js.map +0 -1
- package/dist/cjs/commands/CreateChannelCommand.js.map +0 -1
- package/dist/cjs/commands/CreateRecordingConfigurationCommand.js +0 -72
- package/dist/cjs/commands/CreateRecordingConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/CreateStreamKeyCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteChannelCommand.js.map +0 -1
- package/dist/cjs/commands/DeletePlaybackKeyPairCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteRecordingConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteStreamKeyCommand.js.map +0 -1
- package/dist/cjs/commands/GetChannelCommand.js.map +0 -1
- package/dist/cjs/commands/GetPlaybackKeyPairCommand.js.map +0 -1
- package/dist/cjs/commands/GetRecordingConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/GetStreamCommand.js.map +0 -1
- package/dist/cjs/commands/GetStreamKeyCommand.js.map +0 -1
- package/dist/cjs/commands/ImportPlaybackKeyPairCommand.js.map +0 -1
- package/dist/cjs/commands/ListChannelsCommand.js.map +0 -1
- package/dist/cjs/commands/ListPlaybackKeyPairsCommand.js.map +0 -1
- package/dist/cjs/commands/ListRecordingConfigurationsCommand.js.map +0 -1
- package/dist/cjs/commands/ListStreamKeysCommand.js.map +0 -1
- package/dist/cjs/commands/ListStreamsCommand.js.map +0 -1
- package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/cjs/commands/PutMetadataCommand.js.map +0 -1
- package/dist/cjs/commands/StopStreamCommand.js.map +0 -1
- package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateChannelCommand.js.map +0 -1
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/index.js.map +0 -1
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/package.json +0 -91
- package/dist/cjs/pagination/Interfaces.js.map +0 -1
- package/dist/cjs/pagination/ListChannelsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListPlaybackKeyPairsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListRecordingConfigurationsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListStreamKeysPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListStreamsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListTagsForResourcePaginator.js.map +0 -1
- package/dist/cjs/protocols/Aws_restJson1.js.map +0 -1
- package/dist/cjs/runtimeConfig.browser.js.map +0 -1
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/es/Ivs.js.map +0 -1
- package/dist/es/IvsClient.js +0 -405
- package/dist/es/IvsClient.js.map +0 -1
- package/dist/es/commands/BatchGetChannelCommand.js.map +0 -1
- package/dist/es/commands/BatchGetStreamKeyCommand.js.map +0 -1
- package/dist/es/commands/CreateChannelCommand.js.map +0 -1
- package/dist/es/commands/CreateRecordingConfigurationCommand.js.map +0 -1
- package/dist/es/commands/CreateStreamKeyCommand.js.map +0 -1
- package/dist/es/commands/DeleteChannelCommand.js.map +0 -1
- package/dist/es/commands/DeletePlaybackKeyPairCommand.js.map +0 -1
- package/dist/es/commands/DeleteRecordingConfigurationCommand.js.map +0 -1
- package/dist/es/commands/DeleteStreamKeyCommand.js.map +0 -1
- package/dist/es/commands/GetChannelCommand.js.map +0 -1
- package/dist/es/commands/GetPlaybackKeyPairCommand.js.map +0 -1
- package/dist/es/commands/GetRecordingConfigurationCommand.js.map +0 -1
- package/dist/es/commands/GetStreamCommand.js.map +0 -1
- package/dist/es/commands/GetStreamKeyCommand.js.map +0 -1
- package/dist/es/commands/ImportPlaybackKeyPairCommand.js.map +0 -1
- package/dist/es/commands/ListChannelsCommand.js.map +0 -1
- package/dist/es/commands/ListPlaybackKeyPairsCommand.js.map +0 -1
- package/dist/es/commands/ListRecordingConfigurationsCommand.js.map +0 -1
- package/dist/es/commands/ListStreamKeysCommand.js.map +0 -1
- package/dist/es/commands/ListStreamsCommand.js.map +0 -1
- package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/es/commands/PutMetadataCommand.js.map +0 -1
- package/dist/es/commands/StopStreamCommand.js.map +0 -1
- package/dist/es/commands/TagResourceCommand.js.map +0 -1
- package/dist/es/commands/UntagResourceCommand.js.map +0 -1
- package/dist/es/commands/UpdateChannelCommand.js.map +0 -1
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js +0 -37
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js +0 -2
- package/dist/es/models/index.js.map +0 -1
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/package.json +0 -91
- package/dist/es/pagination/Interfaces.js +0 -2
- package/dist/es/pagination/Interfaces.js.map +0 -1
- package/dist/es/pagination/ListChannelsPaginator.js.map +0 -1
- package/dist/es/pagination/ListPlaybackKeyPairsPaginator.js.map +0 -1
- package/dist/es/pagination/ListRecordingConfigurationsPaginator.js.map +0 -1
- package/dist/es/pagination/ListStreamKeysPaginator.js.map +0 -1
- package/dist/es/pagination/ListStreamsPaginator.js.map +0 -1
- package/dist/es/pagination/ListTagsForResourcePaginator.js.map +0 -1
- package/dist/es/protocols/Aws_restJson1.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js.map +0 -1
- package/dist/types/ts3.4/Ivs.d.ts +0 -602
- package/dist/types/ts3.4/IvsClient.d.ts +0 -517
- package/dist/types/ts3.4/commands/CreateChannelCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateRecordingConfigurationCommand.d.ts +0 -46
- package/dist/types/ts3.4/commands/CreateStreamKeyCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/DeleteChannelCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/DeletePlaybackKeyPairCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DeleteRecordingConfigurationCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/DeleteStreamKeyCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/GetChannelCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetPlaybackKeyPairCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/GetStreamCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetStreamKeyCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ImportPlaybackKeyPairCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/ListChannelsCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/ListPlaybackKeyPairsCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ListStreamKeysCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListStreamsCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/PutMetadataCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/StopStreamCommand.d.ts +0 -42
- package/dist/types/ts3.4/commands/TagResourceCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UntagResourceCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateChannelCommand.d.ts +0 -36
- package/dist/types/ts3.4/models/models_0.d.ts +0 -1340
- package/endpoints.ts +0 -57
- package/jest.config.js +0 -4
- package/models/models_0.ts +0 -1673
- package/pagination/Interfaces.ts +0 -7
- package/pagination/ListChannelsPaginator.ts +0 -58
- package/pagination/ListPlaybackKeyPairsPaginator.ts +0 -58
- package/pagination/ListRecordingConfigurationsPaginator.ts +0 -58
- package/pagination/ListStreamKeysPaginator.ts +0 -58
- package/pagination/ListStreamsPaginator.ts +0 -54
- package/pagination/ListTagsForResourcePaginator.ts +0 -58
- package/protocols/Aws_restJson1.ts +0 -3326
- package/runtimeConfig.browser.ts +0 -40
- package/runtimeConfig.native.ts +0 -16
- package/runtimeConfig.shared.ts +0 -16
- package/runtimeConfig.ts +0 -45
- package/tsconfig.es.json +0 -12
- package/tsconfig.json +0 -32
|
@@ -1,1340 +0,0 @@
|
|
|
1
|
-
import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
|
|
2
|
-
export interface AccessDeniedException extends __SmithyException, $MetadataBearer {
|
|
3
|
-
name: "AccessDeniedException";
|
|
4
|
-
$fault: "client";
|
|
5
|
-
/**
|
|
6
|
-
* <p>User does not have sufficient access to perform this action.</p>
|
|
7
|
-
*/
|
|
8
|
-
exceptionMessage?: string;
|
|
9
|
-
}
|
|
10
|
-
export declare namespace AccessDeniedException {
|
|
11
|
-
/**
|
|
12
|
-
* @internal
|
|
13
|
-
*/
|
|
14
|
-
const filterSensitiveLog: (obj: AccessDeniedException) => any;
|
|
15
|
-
}
|
|
16
|
-
export interface BatchGetChannelRequest {
|
|
17
|
-
/**
|
|
18
|
-
* <p>Array of ARNs, one per channel.</p>
|
|
19
|
-
*/
|
|
20
|
-
arns: string[] | undefined;
|
|
21
|
-
}
|
|
22
|
-
export declare namespace BatchGetChannelRequest {
|
|
23
|
-
/**
|
|
24
|
-
* @internal
|
|
25
|
-
*/
|
|
26
|
-
const filterSensitiveLog: (obj: BatchGetChannelRequest) => any;
|
|
27
|
-
}
|
|
28
|
-
export declare enum ChannelLatencyMode {
|
|
29
|
-
LowLatency = "LOW",
|
|
30
|
-
NormalLatency = "NORMAL"
|
|
31
|
-
}
|
|
32
|
-
export declare enum ChannelType {
|
|
33
|
-
BasicChannelType = "BASIC",
|
|
34
|
-
StandardChannelType = "STANDARD"
|
|
35
|
-
}
|
|
36
|
-
/**
|
|
37
|
-
* <p>Object specifying a channel.</p>
|
|
38
|
-
*/
|
|
39
|
-
export interface Channel {
|
|
40
|
-
/**
|
|
41
|
-
* <p>Channel ARN.</p>
|
|
42
|
-
*/
|
|
43
|
-
arn?: string;
|
|
44
|
-
/**
|
|
45
|
-
* <p>Channel name.</p>
|
|
46
|
-
*/
|
|
47
|
-
name?: string;
|
|
48
|
-
/**
|
|
49
|
-
* <p>Channel latency mode. Use <code>NORMAL</code> to broadcast and deliver live video up to
|
|
50
|
-
* Full HD. Use <code>LOW</code> for near-real-time interaction with viewers. Default: <code>LOW</code>. (Note: In the Amazon IVS console, <code>LOW</code> and
|
|
51
|
-
* <code>NORMAL</code> correspond to Ultra-low and Standard, respectively.)</p>
|
|
52
|
-
*/
|
|
53
|
-
latencyMode?: ChannelLatencyMode | string;
|
|
54
|
-
/**
|
|
55
|
-
* <p>Channel type, which determines the allowable resolution and bitrate. <i>If you
|
|
56
|
-
* exceed the allowable resolution or bitrate, the stream probably will disconnect
|
|
57
|
-
* immediately.</i> Default: <code>STANDARD</code>. Valid values:</p>
|
|
58
|
-
* <ul>
|
|
59
|
-
* <li>
|
|
60
|
-
* <p>
|
|
61
|
-
* <code>STANDARD</code>: Multiple qualities are generated from the original input, to
|
|
62
|
-
* automatically give viewers the best experience for their devices and network conditions.
|
|
63
|
-
* Vertical resolution can be up to 1080 and bitrate can be up to 8.5 Mbps.</p>
|
|
64
|
-
* </li>
|
|
65
|
-
* <li>
|
|
66
|
-
* <p>
|
|
67
|
-
* <code>BASIC</code>: Amazon IVS delivers the original input to viewers. The viewer’s
|
|
68
|
-
* video-quality choice is limited to the original input. Vertical resolution can be up to
|
|
69
|
-
* 480 and bitrate can be up to 1.5 Mbps.</p>
|
|
70
|
-
* </li>
|
|
71
|
-
* </ul>
|
|
72
|
-
*/
|
|
73
|
-
type?: ChannelType | string;
|
|
74
|
-
/**
|
|
75
|
-
* <p>Recording-configuration ARN. A value other than an empty string indicates that recording
|
|
76
|
-
* is enabled. Default: "" (empty string, recording is disabled).</p>
|
|
77
|
-
*/
|
|
78
|
-
recordingConfigurationArn?: string;
|
|
79
|
-
/**
|
|
80
|
-
* <p>Channel ingest endpoint, part of the definition of an ingest server, used when you set up
|
|
81
|
-
* streaming software.</p>
|
|
82
|
-
*/
|
|
83
|
-
ingestEndpoint?: string;
|
|
84
|
-
/**
|
|
85
|
-
* <p>Channel playback URL.</p>
|
|
86
|
-
*/
|
|
87
|
-
playbackUrl?: string;
|
|
88
|
-
/**
|
|
89
|
-
* <p>Whether the channel is private (enabled for playback authorization). Default:
|
|
90
|
-
* <code>false</code>.</p>
|
|
91
|
-
*/
|
|
92
|
-
authorized?: boolean;
|
|
93
|
-
/**
|
|
94
|
-
* <p>Array of 1-50 maps, each of the form <code>string:string (key:value)</code>.</p>
|
|
95
|
-
*/
|
|
96
|
-
tags?: {
|
|
97
|
-
[key: string]: string;
|
|
98
|
-
};
|
|
99
|
-
}
|
|
100
|
-
export declare namespace Channel {
|
|
101
|
-
/**
|
|
102
|
-
* @internal
|
|
103
|
-
*/
|
|
104
|
-
const filterSensitiveLog: (obj: Channel) => any;
|
|
105
|
-
}
|
|
106
|
-
/**
|
|
107
|
-
* <p>Error related to a specific channel, specified by its ARN.</p>
|
|
108
|
-
*/
|
|
109
|
-
export interface BatchError {
|
|
110
|
-
/**
|
|
111
|
-
* <p>Channel ARN.</p>
|
|
112
|
-
*/
|
|
113
|
-
arn?: string;
|
|
114
|
-
/**
|
|
115
|
-
* <p>Error code.</p>
|
|
116
|
-
*/
|
|
117
|
-
code?: string;
|
|
118
|
-
/**
|
|
119
|
-
* <p>Error message, determined by the application.</p>
|
|
120
|
-
*/
|
|
121
|
-
message?: string;
|
|
122
|
-
}
|
|
123
|
-
export declare namespace BatchError {
|
|
124
|
-
/**
|
|
125
|
-
* @internal
|
|
126
|
-
*/
|
|
127
|
-
const filterSensitiveLog: (obj: BatchError) => any;
|
|
128
|
-
}
|
|
129
|
-
export interface BatchGetChannelResponse {
|
|
130
|
-
channels?: Channel[];
|
|
131
|
-
/**
|
|
132
|
-
* <p>Each error object is related to a specific ARN in the request.</p>
|
|
133
|
-
*/
|
|
134
|
-
errors?: BatchError[];
|
|
135
|
-
}
|
|
136
|
-
export declare namespace BatchGetChannelResponse {
|
|
137
|
-
/**
|
|
138
|
-
* @internal
|
|
139
|
-
*/
|
|
140
|
-
const filterSensitiveLog: (obj: BatchGetChannelResponse) => any;
|
|
141
|
-
}
|
|
142
|
-
export interface BatchGetStreamKeyRequest {
|
|
143
|
-
/**
|
|
144
|
-
* <p>Array of ARNs, one per channel.</p>
|
|
145
|
-
*/
|
|
146
|
-
arns: string[] | undefined;
|
|
147
|
-
}
|
|
148
|
-
export declare namespace BatchGetStreamKeyRequest {
|
|
149
|
-
/**
|
|
150
|
-
* @internal
|
|
151
|
-
*/
|
|
152
|
-
const filterSensitiveLog: (obj: BatchGetStreamKeyRequest) => any;
|
|
153
|
-
}
|
|
154
|
-
/**
|
|
155
|
-
* <p>Object specifying a stream key.</p>
|
|
156
|
-
*/
|
|
157
|
-
export interface StreamKey {
|
|
158
|
-
/**
|
|
159
|
-
* <p>Stream-key ARN.</p>
|
|
160
|
-
*/
|
|
161
|
-
arn?: string;
|
|
162
|
-
/**
|
|
163
|
-
* <p>Stream-key value.</p>
|
|
164
|
-
*/
|
|
165
|
-
value?: string;
|
|
166
|
-
/**
|
|
167
|
-
* <p>Channel ARN for the stream.</p>
|
|
168
|
-
*/
|
|
169
|
-
channelArn?: string;
|
|
170
|
-
/**
|
|
171
|
-
* <p>Array of 1-50 maps, each of the form <code>string:string (key:value)</code>.</p>
|
|
172
|
-
*/
|
|
173
|
-
tags?: {
|
|
174
|
-
[key: string]: string;
|
|
175
|
-
};
|
|
176
|
-
}
|
|
177
|
-
export declare namespace StreamKey {
|
|
178
|
-
/**
|
|
179
|
-
* @internal
|
|
180
|
-
*/
|
|
181
|
-
const filterSensitiveLog: (obj: StreamKey) => any;
|
|
182
|
-
}
|
|
183
|
-
export interface BatchGetStreamKeyResponse {
|
|
184
|
-
streamKeys?: StreamKey[];
|
|
185
|
-
errors?: BatchError[];
|
|
186
|
-
}
|
|
187
|
-
export declare namespace BatchGetStreamKeyResponse {
|
|
188
|
-
/**
|
|
189
|
-
* @internal
|
|
190
|
-
*/
|
|
191
|
-
const filterSensitiveLog: (obj: BatchGetStreamKeyResponse) => any;
|
|
192
|
-
}
|
|
193
|
-
export interface CreateChannelRequest {
|
|
194
|
-
/**
|
|
195
|
-
* <p>Channel name.</p>
|
|
196
|
-
*/
|
|
197
|
-
name?: string;
|
|
198
|
-
/**
|
|
199
|
-
* <p>Channel latency mode. Use <code>NORMAL</code> to broadcast and deliver live video up to
|
|
200
|
-
* Full HD. Use <code>LOW</code> for near-real-time interaction with viewers. (Note: In the
|
|
201
|
-
* Amazon IVS console, <code>LOW</code> and <code>NORMAL</code> correspond to Ultra-low and Standard, respectively.)
|
|
202
|
-
* Default: <code>LOW</code>.</p>
|
|
203
|
-
*/
|
|
204
|
-
latencyMode?: ChannelLatencyMode | string;
|
|
205
|
-
/**
|
|
206
|
-
* <p>Channel type, which determines the allowable resolution and bitrate. <i>If you
|
|
207
|
-
* exceed the allowable resolution or bitrate, the stream probably will disconnect
|
|
208
|
-
* immediately.</i> Default: <code>STANDARD</code>. Valid values:</p>
|
|
209
|
-
* <ul>
|
|
210
|
-
* <li>
|
|
211
|
-
* <p>
|
|
212
|
-
* <code>STANDARD</code>: Multiple qualities are generated from the original input, to
|
|
213
|
-
* automatically give viewers the best experience for their devices and network conditions.
|
|
214
|
-
* Vertical resolution can be up to 1080 and bitrate can be up to 8.5 Mbps.</p>
|
|
215
|
-
* </li>
|
|
216
|
-
* <li>
|
|
217
|
-
* <p>
|
|
218
|
-
* <code>BASIC</code>: Amazon IVS delivers the original input to viewers. The viewer’s
|
|
219
|
-
* video-quality choice is limited to the original input. Vertical resolution can be up to
|
|
220
|
-
* 480 and bitrate can be up to 1.5 Mbps.</p>
|
|
221
|
-
* </li>
|
|
222
|
-
* </ul>
|
|
223
|
-
*/
|
|
224
|
-
type?: ChannelType | string;
|
|
225
|
-
/**
|
|
226
|
-
* <p>Whether the channel is private (enabled for playback authorization). Default:
|
|
227
|
-
* <code>false</code>.</p>
|
|
228
|
-
*/
|
|
229
|
-
authorized?: boolean;
|
|
230
|
-
/**
|
|
231
|
-
* <p>Recording-configuration ARN. Default: "" (empty string, recording is disabled).</p>
|
|
232
|
-
*/
|
|
233
|
-
recordingConfigurationArn?: string;
|
|
234
|
-
/**
|
|
235
|
-
* <p>Array of 1-50 maps, each of the form <code>string:string (key:value)</code>.</p>
|
|
236
|
-
*/
|
|
237
|
-
tags?: {
|
|
238
|
-
[key: string]: string;
|
|
239
|
-
};
|
|
240
|
-
}
|
|
241
|
-
export declare namespace CreateChannelRequest {
|
|
242
|
-
/**
|
|
243
|
-
* @internal
|
|
244
|
-
*/
|
|
245
|
-
const filterSensitiveLog: (obj: CreateChannelRequest) => any;
|
|
246
|
-
}
|
|
247
|
-
export interface CreateChannelResponse {
|
|
248
|
-
/**
|
|
249
|
-
* <p>Object specifying a channel.</p>
|
|
250
|
-
*/
|
|
251
|
-
channel?: Channel;
|
|
252
|
-
/**
|
|
253
|
-
* <p>Object specifying a stream key.</p>
|
|
254
|
-
*/
|
|
255
|
-
streamKey?: StreamKey;
|
|
256
|
-
}
|
|
257
|
-
export declare namespace CreateChannelResponse {
|
|
258
|
-
/**
|
|
259
|
-
* @internal
|
|
260
|
-
*/
|
|
261
|
-
const filterSensitiveLog: (obj: CreateChannelResponse) => any;
|
|
262
|
-
}
|
|
263
|
-
export interface PendingVerification extends __SmithyException, $MetadataBearer {
|
|
264
|
-
name: "PendingVerification";
|
|
265
|
-
$fault: "client";
|
|
266
|
-
/**
|
|
267
|
-
* <p> Your account is pending verification. </p>
|
|
268
|
-
*/
|
|
269
|
-
exceptionMessage?: string;
|
|
270
|
-
}
|
|
271
|
-
export declare namespace PendingVerification {
|
|
272
|
-
/**
|
|
273
|
-
* @internal
|
|
274
|
-
*/
|
|
275
|
-
const filterSensitiveLog: (obj: PendingVerification) => any;
|
|
276
|
-
}
|
|
277
|
-
export interface ResourceNotFoundException extends __SmithyException, $MetadataBearer {
|
|
278
|
-
name: "ResourceNotFoundException";
|
|
279
|
-
$fault: "client";
|
|
280
|
-
/**
|
|
281
|
-
* <p>Request references a resource which does not exist.</p>
|
|
282
|
-
*/
|
|
283
|
-
exceptionMessage?: string;
|
|
284
|
-
}
|
|
285
|
-
export declare namespace ResourceNotFoundException {
|
|
286
|
-
/**
|
|
287
|
-
* @internal
|
|
288
|
-
*/
|
|
289
|
-
const filterSensitiveLog: (obj: ResourceNotFoundException) => any;
|
|
290
|
-
}
|
|
291
|
-
export interface ServiceQuotaExceededException extends __SmithyException, $MetadataBearer {
|
|
292
|
-
name: "ServiceQuotaExceededException";
|
|
293
|
-
$fault: "client";
|
|
294
|
-
/**
|
|
295
|
-
* <p>Request would cause a service quota to be exceeded.</p>
|
|
296
|
-
*/
|
|
297
|
-
exceptionMessage?: string;
|
|
298
|
-
}
|
|
299
|
-
export declare namespace ServiceQuotaExceededException {
|
|
300
|
-
/**
|
|
301
|
-
* @internal
|
|
302
|
-
*/
|
|
303
|
-
const filterSensitiveLog: (obj: ServiceQuotaExceededException) => any;
|
|
304
|
-
}
|
|
305
|
-
export interface ValidationException extends __SmithyException, $MetadataBearer {
|
|
306
|
-
name: "ValidationException";
|
|
307
|
-
$fault: "client";
|
|
308
|
-
/**
|
|
309
|
-
* <p>The input fails to satisfy the constraints specified by an AWS service.</p>
|
|
310
|
-
*/
|
|
311
|
-
exceptionMessage?: string;
|
|
312
|
-
}
|
|
313
|
-
export declare namespace ValidationException {
|
|
314
|
-
/**
|
|
315
|
-
* @internal
|
|
316
|
-
*/
|
|
317
|
-
const filterSensitiveLog: (obj: ValidationException) => any;
|
|
318
|
-
}
|
|
319
|
-
export interface ConflictException extends __SmithyException, $MetadataBearer {
|
|
320
|
-
name: "ConflictException";
|
|
321
|
-
$fault: "client";
|
|
322
|
-
/**
|
|
323
|
-
* <p>Updating or deleting a resource can cause an inconsistent state.</p>
|
|
324
|
-
*/
|
|
325
|
-
exceptionMessage?: string;
|
|
326
|
-
}
|
|
327
|
-
export declare namespace ConflictException {
|
|
328
|
-
/**
|
|
329
|
-
* @internal
|
|
330
|
-
*/
|
|
331
|
-
const filterSensitiveLog: (obj: ConflictException) => any;
|
|
332
|
-
}
|
|
333
|
-
/**
|
|
334
|
-
* <p>A complex type that describes an S3 location where recorded videos will be stored.</p>
|
|
335
|
-
*/
|
|
336
|
-
export interface S3DestinationConfiguration {
|
|
337
|
-
/**
|
|
338
|
-
* <p>Location (S3 bucket name) where recorded videos will be stored.</p>
|
|
339
|
-
*/
|
|
340
|
-
bucketName: string | undefined;
|
|
341
|
-
}
|
|
342
|
-
export declare namespace S3DestinationConfiguration {
|
|
343
|
-
/**
|
|
344
|
-
* @internal
|
|
345
|
-
*/
|
|
346
|
-
const filterSensitiveLog: (obj: S3DestinationConfiguration) => any;
|
|
347
|
-
}
|
|
348
|
-
/**
|
|
349
|
-
* <p>A complex type that describes a location where recorded videos will be stored. Each member
|
|
350
|
-
* represents a type of destination configuration. For recording, you define one and only one
|
|
351
|
-
* type of destination configuration.</p>
|
|
352
|
-
*/
|
|
353
|
-
export interface DestinationConfiguration {
|
|
354
|
-
/**
|
|
355
|
-
* <p>An S3 destination configuration where recorded videos will be stored.</p>
|
|
356
|
-
*/
|
|
357
|
-
s3?: S3DestinationConfiguration;
|
|
358
|
-
}
|
|
359
|
-
export declare namespace DestinationConfiguration {
|
|
360
|
-
/**
|
|
361
|
-
* @internal
|
|
362
|
-
*/
|
|
363
|
-
const filterSensitiveLog: (obj: DestinationConfiguration) => any;
|
|
364
|
-
}
|
|
365
|
-
export interface CreateRecordingConfigurationRequest {
|
|
366
|
-
/**
|
|
367
|
-
* <p>An arbitrary string (a nickname) that helps the customer identify that resource. The value
|
|
368
|
-
* does not need to be unique.</p>
|
|
369
|
-
*/
|
|
370
|
-
name?: string;
|
|
371
|
-
/**
|
|
372
|
-
* <p>A complex type that contains a destination configuration for where recorded video will be
|
|
373
|
-
* stored.</p>
|
|
374
|
-
*/
|
|
375
|
-
destinationConfiguration: DestinationConfiguration | undefined;
|
|
376
|
-
/**
|
|
377
|
-
* <p>Array of 1-50 maps, each of the form <code>string:string (key:value)</code>.</p>
|
|
378
|
-
*/
|
|
379
|
-
tags?: {
|
|
380
|
-
[key: string]: string;
|
|
381
|
-
};
|
|
382
|
-
}
|
|
383
|
-
export declare namespace CreateRecordingConfigurationRequest {
|
|
384
|
-
/**
|
|
385
|
-
* @internal
|
|
386
|
-
*/
|
|
387
|
-
const filterSensitiveLog: (obj: CreateRecordingConfigurationRequest) => any;
|
|
388
|
-
}
|
|
389
|
-
export declare enum RecordingConfigurationState {
|
|
390
|
-
Active = "ACTIVE",
|
|
391
|
-
CreateFailed = "CREATE_FAILED",
|
|
392
|
-
Creating = "CREATING"
|
|
393
|
-
}
|
|
394
|
-
/**
|
|
395
|
-
* <p>An object representing a configuration to record a channel stream.</p>
|
|
396
|
-
*/
|
|
397
|
-
export interface RecordingConfiguration {
|
|
398
|
-
/**
|
|
399
|
-
* <p>Recording-configuration ARN.</p>
|
|
400
|
-
*/
|
|
401
|
-
arn: string | undefined;
|
|
402
|
-
/**
|
|
403
|
-
* <p>An arbitrary string (a nickname) assigned to a recording configuration that helps the
|
|
404
|
-
* customer identify that resource. The value does not need to be unique.</p>
|
|
405
|
-
*/
|
|
406
|
-
name?: string;
|
|
407
|
-
/**
|
|
408
|
-
* <p>A complex type that contains information about where recorded video will be stored.</p>
|
|
409
|
-
*/
|
|
410
|
-
destinationConfiguration: DestinationConfiguration | undefined;
|
|
411
|
-
/**
|
|
412
|
-
* <p>Indicates the current state of the recording configuration. When the state is
|
|
413
|
-
* <code>ACTIVE</code>, the configuration is ready for recording a channel stream.</p>
|
|
414
|
-
*/
|
|
415
|
-
state: RecordingConfigurationState | string | undefined;
|
|
416
|
-
/**
|
|
417
|
-
* <p>Array of 1-50 maps, each of the form <code>string:string (key:value)</code>.</p>
|
|
418
|
-
*/
|
|
419
|
-
tags?: {
|
|
420
|
-
[key: string]: string;
|
|
421
|
-
};
|
|
422
|
-
}
|
|
423
|
-
export declare namespace RecordingConfiguration {
|
|
424
|
-
/**
|
|
425
|
-
* @internal
|
|
426
|
-
*/
|
|
427
|
-
const filterSensitiveLog: (obj: RecordingConfiguration) => any;
|
|
428
|
-
}
|
|
429
|
-
export interface CreateRecordingConfigurationResponse {
|
|
430
|
-
/**
|
|
431
|
-
* <p>An object representing a configuration to record a channel stream.</p>
|
|
432
|
-
*/
|
|
433
|
-
recordingConfiguration?: RecordingConfiguration;
|
|
434
|
-
}
|
|
435
|
-
export declare namespace CreateRecordingConfigurationResponse {
|
|
436
|
-
/**
|
|
437
|
-
* @internal
|
|
438
|
-
*/
|
|
439
|
-
const filterSensitiveLog: (obj: CreateRecordingConfigurationResponse) => any;
|
|
440
|
-
}
|
|
441
|
-
export interface InternalServerException extends __SmithyException, $MetadataBearer {
|
|
442
|
-
name: "InternalServerException";
|
|
443
|
-
$fault: "server";
|
|
444
|
-
/**
|
|
445
|
-
* <p>Unexpected error during processing of request.</p>
|
|
446
|
-
*/
|
|
447
|
-
exceptionMessage?: string;
|
|
448
|
-
}
|
|
449
|
-
export declare namespace InternalServerException {
|
|
450
|
-
/**
|
|
451
|
-
* @internal
|
|
452
|
-
*/
|
|
453
|
-
const filterSensitiveLog: (obj: InternalServerException) => any;
|
|
454
|
-
}
|
|
455
|
-
export interface CreateStreamKeyRequest {
|
|
456
|
-
/**
|
|
457
|
-
* <p>ARN of the channel for which to create the stream key.</p>
|
|
458
|
-
*/
|
|
459
|
-
channelArn: string | undefined;
|
|
460
|
-
/**
|
|
461
|
-
* <p>Array of 1-50 maps, each of the form <code>string:string (key:value)</code>.</p>
|
|
462
|
-
*/
|
|
463
|
-
tags?: {
|
|
464
|
-
[key: string]: string;
|
|
465
|
-
};
|
|
466
|
-
}
|
|
467
|
-
export declare namespace CreateStreamKeyRequest {
|
|
468
|
-
/**
|
|
469
|
-
* @internal
|
|
470
|
-
*/
|
|
471
|
-
const filterSensitiveLog: (obj: CreateStreamKeyRequest) => any;
|
|
472
|
-
}
|
|
473
|
-
export interface CreateStreamKeyResponse {
|
|
474
|
-
/**
|
|
475
|
-
* <p>Stream key used to authenticate an RTMPS stream for ingestion.</p>
|
|
476
|
-
*/
|
|
477
|
-
streamKey?: StreamKey;
|
|
478
|
-
}
|
|
479
|
-
export declare namespace CreateStreamKeyResponse {
|
|
480
|
-
/**
|
|
481
|
-
* @internal
|
|
482
|
-
*/
|
|
483
|
-
const filterSensitiveLog: (obj: CreateStreamKeyResponse) => any;
|
|
484
|
-
}
|
|
485
|
-
export interface DeleteChannelRequest {
|
|
486
|
-
/**
|
|
487
|
-
* <p>ARN of the channel to be deleted.</p>
|
|
488
|
-
*/
|
|
489
|
-
arn: string | undefined;
|
|
490
|
-
}
|
|
491
|
-
export declare namespace DeleteChannelRequest {
|
|
492
|
-
/**
|
|
493
|
-
* @internal
|
|
494
|
-
*/
|
|
495
|
-
const filterSensitiveLog: (obj: DeleteChannelRequest) => any;
|
|
496
|
-
}
|
|
497
|
-
export interface DeletePlaybackKeyPairRequest {
|
|
498
|
-
/**
|
|
499
|
-
* <p>ARN of the key pair to be deleted.</p>
|
|
500
|
-
*/
|
|
501
|
-
arn: string | undefined;
|
|
502
|
-
}
|
|
503
|
-
export declare namespace DeletePlaybackKeyPairRequest {
|
|
504
|
-
/**
|
|
505
|
-
* @internal
|
|
506
|
-
*/
|
|
507
|
-
const filterSensitiveLog: (obj: DeletePlaybackKeyPairRequest) => any;
|
|
508
|
-
}
|
|
509
|
-
export interface DeletePlaybackKeyPairResponse {
|
|
510
|
-
}
|
|
511
|
-
export declare namespace DeletePlaybackKeyPairResponse {
|
|
512
|
-
/**
|
|
513
|
-
* @internal
|
|
514
|
-
*/
|
|
515
|
-
const filterSensitiveLog: (obj: DeletePlaybackKeyPairResponse) => any;
|
|
516
|
-
}
|
|
517
|
-
export interface DeleteRecordingConfigurationRequest {
|
|
518
|
-
/**
|
|
519
|
-
* <p>ARN of the recording configuration to be deleted.</p>
|
|
520
|
-
*/
|
|
521
|
-
arn: string | undefined;
|
|
522
|
-
}
|
|
523
|
-
export declare namespace DeleteRecordingConfigurationRequest {
|
|
524
|
-
/**
|
|
525
|
-
* @internal
|
|
526
|
-
*/
|
|
527
|
-
const filterSensitiveLog: (obj: DeleteRecordingConfigurationRequest) => any;
|
|
528
|
-
}
|
|
529
|
-
export interface DeleteStreamKeyRequest {
|
|
530
|
-
/**
|
|
531
|
-
* <p>ARN of the stream key to be deleted.</p>
|
|
532
|
-
*/
|
|
533
|
-
arn: string | undefined;
|
|
534
|
-
}
|
|
535
|
-
export declare namespace DeleteStreamKeyRequest {
|
|
536
|
-
/**
|
|
537
|
-
* @internal
|
|
538
|
-
*/
|
|
539
|
-
const filterSensitiveLog: (obj: DeleteStreamKeyRequest) => any;
|
|
540
|
-
}
|
|
541
|
-
export interface GetChannelRequest {
|
|
542
|
-
/**
|
|
543
|
-
* <p>ARN of the channel for which the configuration is to be retrieved.</p>
|
|
544
|
-
*/
|
|
545
|
-
arn: string | undefined;
|
|
546
|
-
}
|
|
547
|
-
export declare namespace GetChannelRequest {
|
|
548
|
-
/**
|
|
549
|
-
* @internal
|
|
550
|
-
*/
|
|
551
|
-
const filterSensitiveLog: (obj: GetChannelRequest) => any;
|
|
552
|
-
}
|
|
553
|
-
export interface GetChannelResponse {
|
|
554
|
-
/**
|
|
555
|
-
* <p>Object specifying a channel.</p>
|
|
556
|
-
*/
|
|
557
|
-
channel?: Channel;
|
|
558
|
-
}
|
|
559
|
-
export declare namespace GetChannelResponse {
|
|
560
|
-
/**
|
|
561
|
-
* @internal
|
|
562
|
-
*/
|
|
563
|
-
const filterSensitiveLog: (obj: GetChannelResponse) => any;
|
|
564
|
-
}
|
|
565
|
-
export interface GetPlaybackKeyPairRequest {
|
|
566
|
-
/**
|
|
567
|
-
* <p>ARN of the key pair to be returned.</p>
|
|
568
|
-
*/
|
|
569
|
-
arn: string | undefined;
|
|
570
|
-
}
|
|
571
|
-
export declare namespace GetPlaybackKeyPairRequest {
|
|
572
|
-
/**
|
|
573
|
-
* @internal
|
|
574
|
-
*/
|
|
575
|
-
const filterSensitiveLog: (obj: GetPlaybackKeyPairRequest) => any;
|
|
576
|
-
}
|
|
577
|
-
/**
|
|
578
|
-
* <p>A key pair used to sign and validate a playback authorization token.</p>
|
|
579
|
-
*/
|
|
580
|
-
export interface PlaybackKeyPair {
|
|
581
|
-
/**
|
|
582
|
-
* <p>Key-pair ARN.</p>
|
|
583
|
-
*/
|
|
584
|
-
arn?: string;
|
|
585
|
-
/**
|
|
586
|
-
* <p>An arbitrary string (a nickname) assigned to a playback key pair that helps the customer
|
|
587
|
-
* identify that resource. The value does not need to be unique.</p>
|
|
588
|
-
*/
|
|
589
|
-
name?: string;
|
|
590
|
-
/**
|
|
591
|
-
* <p>Key-pair identifier.</p>
|
|
592
|
-
*/
|
|
593
|
-
fingerprint?: string;
|
|
594
|
-
/**
|
|
595
|
-
* <p>Array of 1-50 maps, each of the form <code>string:string (key:value)</code>.</p>
|
|
596
|
-
*/
|
|
597
|
-
tags?: {
|
|
598
|
-
[key: string]: string;
|
|
599
|
-
};
|
|
600
|
-
}
|
|
601
|
-
export declare namespace PlaybackKeyPair {
|
|
602
|
-
/**
|
|
603
|
-
* @internal
|
|
604
|
-
*/
|
|
605
|
-
const filterSensitiveLog: (obj: PlaybackKeyPair) => any;
|
|
606
|
-
}
|
|
607
|
-
export interface GetPlaybackKeyPairResponse {
|
|
608
|
-
/**
|
|
609
|
-
* <p>A key pair used to sign and validate a playback authorization token.</p>
|
|
610
|
-
*/
|
|
611
|
-
keyPair?: PlaybackKeyPair;
|
|
612
|
-
}
|
|
613
|
-
export declare namespace GetPlaybackKeyPairResponse {
|
|
614
|
-
/**
|
|
615
|
-
* @internal
|
|
616
|
-
*/
|
|
617
|
-
const filterSensitiveLog: (obj: GetPlaybackKeyPairResponse) => any;
|
|
618
|
-
}
|
|
619
|
-
export interface GetRecordingConfigurationRequest {
|
|
620
|
-
/**
|
|
621
|
-
* <p>ARN of the recording configuration to be retrieved.</p>
|
|
622
|
-
*/
|
|
623
|
-
arn: string | undefined;
|
|
624
|
-
}
|
|
625
|
-
export declare namespace GetRecordingConfigurationRequest {
|
|
626
|
-
/**
|
|
627
|
-
* @internal
|
|
628
|
-
*/
|
|
629
|
-
const filterSensitiveLog: (obj: GetRecordingConfigurationRequest) => any;
|
|
630
|
-
}
|
|
631
|
-
export interface GetRecordingConfigurationResponse {
|
|
632
|
-
/**
|
|
633
|
-
* <p>An object representing a configuration to record a channel stream.</p>
|
|
634
|
-
*/
|
|
635
|
-
recordingConfiguration?: RecordingConfiguration;
|
|
636
|
-
}
|
|
637
|
-
export declare namespace GetRecordingConfigurationResponse {
|
|
638
|
-
/**
|
|
639
|
-
* @internal
|
|
640
|
-
*/
|
|
641
|
-
const filterSensitiveLog: (obj: GetRecordingConfigurationResponse) => any;
|
|
642
|
-
}
|
|
643
|
-
export interface ChannelNotBroadcasting extends __SmithyException, $MetadataBearer {
|
|
644
|
-
name: "ChannelNotBroadcasting";
|
|
645
|
-
$fault: "client";
|
|
646
|
-
/**
|
|
647
|
-
* <p>The stream is offline for the given channel ARN.</p>
|
|
648
|
-
*/
|
|
649
|
-
exceptionMessage?: string;
|
|
650
|
-
}
|
|
651
|
-
export declare namespace ChannelNotBroadcasting {
|
|
652
|
-
/**
|
|
653
|
-
* @internal
|
|
654
|
-
*/
|
|
655
|
-
const filterSensitiveLog: (obj: ChannelNotBroadcasting) => any;
|
|
656
|
-
}
|
|
657
|
-
export interface GetStreamRequest {
|
|
658
|
-
/**
|
|
659
|
-
* <p>Channel ARN for stream to be accessed.</p>
|
|
660
|
-
*/
|
|
661
|
-
channelArn: string | undefined;
|
|
662
|
-
}
|
|
663
|
-
export declare namespace GetStreamRequest {
|
|
664
|
-
/**
|
|
665
|
-
* @internal
|
|
666
|
-
*/
|
|
667
|
-
const filterSensitiveLog: (obj: GetStreamRequest) => any;
|
|
668
|
-
}
|
|
669
|
-
export declare enum StreamHealth {
|
|
670
|
-
Starving = "STARVING",
|
|
671
|
-
StreamHealthy = "HEALTHY",
|
|
672
|
-
Unknown = "UNKNOWN"
|
|
673
|
-
}
|
|
674
|
-
export declare enum StreamState {
|
|
675
|
-
StreamLive = "LIVE",
|
|
676
|
-
StreamOffline = "OFFLINE"
|
|
677
|
-
}
|
|
678
|
-
/**
|
|
679
|
-
* <p>Specifies a live video stream that has been ingested and distributed.</p>
|
|
680
|
-
*/
|
|
681
|
-
export interface _Stream {
|
|
682
|
-
/**
|
|
683
|
-
* <p>Channel ARN for the stream.</p>
|
|
684
|
-
*/
|
|
685
|
-
channelArn?: string;
|
|
686
|
-
/**
|
|
687
|
-
* <p>URL of the master playlist, required by the video player to play the HLS stream.</p>
|
|
688
|
-
*/
|
|
689
|
-
playbackUrl?: string;
|
|
690
|
-
/**
|
|
691
|
-
* <p>ISO-8601 formatted timestamp of the stream’s start.</p>
|
|
692
|
-
*/
|
|
693
|
-
startTime?: Date;
|
|
694
|
-
/**
|
|
695
|
-
* <p>The stream’s state.</p>
|
|
696
|
-
*/
|
|
697
|
-
state?: StreamState | string;
|
|
698
|
-
/**
|
|
699
|
-
* <p>The stream’s health.</p>
|
|
700
|
-
*/
|
|
701
|
-
health?: StreamHealth | string;
|
|
702
|
-
/**
|
|
703
|
-
* <p>Number of current viewers of the stream. A value of -1 indicates that the request timed
|
|
704
|
-
* out; in this case, retry.</p>
|
|
705
|
-
*/
|
|
706
|
-
viewerCount?: number;
|
|
707
|
-
}
|
|
708
|
-
export declare namespace _Stream {
|
|
709
|
-
/**
|
|
710
|
-
* @internal
|
|
711
|
-
*/
|
|
712
|
-
const filterSensitiveLog: (obj: _Stream) => any;
|
|
713
|
-
}
|
|
714
|
-
export interface GetStreamResponse {
|
|
715
|
-
/**
|
|
716
|
-
* <p>Specifies a live video stream that has been ingested and distributed.</p>
|
|
717
|
-
*/
|
|
718
|
-
stream?: _Stream;
|
|
719
|
-
}
|
|
720
|
-
export declare namespace GetStreamResponse {
|
|
721
|
-
/**
|
|
722
|
-
* @internal
|
|
723
|
-
*/
|
|
724
|
-
const filterSensitiveLog: (obj: GetStreamResponse) => any;
|
|
725
|
-
}
|
|
726
|
-
export interface GetStreamKeyRequest {
|
|
727
|
-
/**
|
|
728
|
-
* <p>ARN for the stream key to be retrieved.</p>
|
|
729
|
-
*/
|
|
730
|
-
arn: string | undefined;
|
|
731
|
-
}
|
|
732
|
-
export declare namespace GetStreamKeyRequest {
|
|
733
|
-
/**
|
|
734
|
-
* @internal
|
|
735
|
-
*/
|
|
736
|
-
const filterSensitiveLog: (obj: GetStreamKeyRequest) => any;
|
|
737
|
-
}
|
|
738
|
-
export interface GetStreamKeyResponse {
|
|
739
|
-
/**
|
|
740
|
-
* <p>Object specifying a stream key.</p>
|
|
741
|
-
*/
|
|
742
|
-
streamKey?: StreamKey;
|
|
743
|
-
}
|
|
744
|
-
export declare namespace GetStreamKeyResponse {
|
|
745
|
-
/**
|
|
746
|
-
* @internal
|
|
747
|
-
*/
|
|
748
|
-
const filterSensitiveLog: (obj: GetStreamKeyResponse) => any;
|
|
749
|
-
}
|
|
750
|
-
export interface ImportPlaybackKeyPairRequest {
|
|
751
|
-
/**
|
|
752
|
-
* <p>The public portion of a customer-generated key pair.</p>
|
|
753
|
-
*/
|
|
754
|
-
publicKeyMaterial: string | undefined;
|
|
755
|
-
/**
|
|
756
|
-
* <p>An arbitrary string (a nickname) assigned to a playback key pair that helps the customer
|
|
757
|
-
* identify that resource. The value does not need to be unique.</p>
|
|
758
|
-
*/
|
|
759
|
-
name?: string;
|
|
760
|
-
/**
|
|
761
|
-
* <p>Any tags provided with the request are added to the playback key pair tags.</p>
|
|
762
|
-
*/
|
|
763
|
-
tags?: {
|
|
764
|
-
[key: string]: string;
|
|
765
|
-
};
|
|
766
|
-
}
|
|
767
|
-
export declare namespace ImportPlaybackKeyPairRequest {
|
|
768
|
-
/**
|
|
769
|
-
* @internal
|
|
770
|
-
*/
|
|
771
|
-
const filterSensitiveLog: (obj: ImportPlaybackKeyPairRequest) => any;
|
|
772
|
-
}
|
|
773
|
-
export interface ImportPlaybackKeyPairResponse {
|
|
774
|
-
/**
|
|
775
|
-
* <p>A key pair used to sign and validate a playback authorization token.</p>
|
|
776
|
-
*/
|
|
777
|
-
keyPair?: PlaybackKeyPair;
|
|
778
|
-
}
|
|
779
|
-
export declare namespace ImportPlaybackKeyPairResponse {
|
|
780
|
-
/**
|
|
781
|
-
* @internal
|
|
782
|
-
*/
|
|
783
|
-
const filterSensitiveLog: (obj: ImportPlaybackKeyPairResponse) => any;
|
|
784
|
-
}
|
|
785
|
-
export interface ListChannelsRequest {
|
|
786
|
-
/**
|
|
787
|
-
* <p>Filters the channel list to match the specified name.</p>
|
|
788
|
-
*/
|
|
789
|
-
filterByName?: string;
|
|
790
|
-
/**
|
|
791
|
-
* <p>Filters the channel list to match the specified recording-configuration ARN.</p>
|
|
792
|
-
*/
|
|
793
|
-
filterByRecordingConfigurationArn?: string;
|
|
794
|
-
/**
|
|
795
|
-
* <p>The first channel to retrieve. This is used for pagination; see the <code>nextToken</code>
|
|
796
|
-
* response field.</p>
|
|
797
|
-
*/
|
|
798
|
-
nextToken?: string;
|
|
799
|
-
/**
|
|
800
|
-
* <p>Maximum number of channels to return. Default: 50.</p>
|
|
801
|
-
*/
|
|
802
|
-
maxResults?: number;
|
|
803
|
-
}
|
|
804
|
-
export declare namespace ListChannelsRequest {
|
|
805
|
-
/**
|
|
806
|
-
* @internal
|
|
807
|
-
*/
|
|
808
|
-
const filterSensitiveLog: (obj: ListChannelsRequest) => any;
|
|
809
|
-
}
|
|
810
|
-
/**
|
|
811
|
-
* <p>Summary information about a channel.</p>
|
|
812
|
-
*/
|
|
813
|
-
export interface ChannelSummary {
|
|
814
|
-
/**
|
|
815
|
-
* <p>Channel ARN.</p>
|
|
816
|
-
*/
|
|
817
|
-
arn?: string;
|
|
818
|
-
/**
|
|
819
|
-
* <p>Channel name.</p>
|
|
820
|
-
*/
|
|
821
|
-
name?: string;
|
|
822
|
-
/**
|
|
823
|
-
* <p>Channel latency mode. Use <code>NORMAL</code> to broadcast and deliver live video up to Full HD. Use
|
|
824
|
-
* <code>LOW</code> for near-real-time interaction with viewers. Default: <code>LOW</code>. (Note: In the Amazon IVS
|
|
825
|
-
* console, <code>LOW</code> and <code>NORMAL</code> correspond to Ultra-low and Standard, respectively.)</p>
|
|
826
|
-
*/
|
|
827
|
-
latencyMode?: ChannelLatencyMode | string;
|
|
828
|
-
/**
|
|
829
|
-
* <p>Whether the channel is private (enabled for playback authorization). Default: <code>false</code>.</p>
|
|
830
|
-
*/
|
|
831
|
-
authorized?: boolean;
|
|
832
|
-
/**
|
|
833
|
-
* <p>Recording-configuration ARN. A value other than an empty string indicates that recording
|
|
834
|
-
* is enabled. Default: "" (empty string, recording is disabled).</p>
|
|
835
|
-
*/
|
|
836
|
-
recordingConfigurationArn?: string;
|
|
837
|
-
/**
|
|
838
|
-
* <p>Array of 1-50 maps, each of the form <code>string:string (key:value)</code>.</p>
|
|
839
|
-
*/
|
|
840
|
-
tags?: {
|
|
841
|
-
[key: string]: string;
|
|
842
|
-
};
|
|
843
|
-
}
|
|
844
|
-
export declare namespace ChannelSummary {
|
|
845
|
-
/**
|
|
846
|
-
* @internal
|
|
847
|
-
*/
|
|
848
|
-
const filterSensitiveLog: (obj: ChannelSummary) => any;
|
|
849
|
-
}
|
|
850
|
-
export interface ListChannelsResponse {
|
|
851
|
-
/**
|
|
852
|
-
* <p>List of the matching channels.</p>
|
|
853
|
-
*/
|
|
854
|
-
channels: ChannelSummary[] | undefined;
|
|
855
|
-
/**
|
|
856
|
-
* <p>If there are more channels than <code>maxResults</code>, use <code>nextToken</code> in the
|
|
857
|
-
* request to get the next set.</p>
|
|
858
|
-
*/
|
|
859
|
-
nextToken?: string;
|
|
860
|
-
}
|
|
861
|
-
export declare namespace ListChannelsResponse {
|
|
862
|
-
/**
|
|
863
|
-
* @internal
|
|
864
|
-
*/
|
|
865
|
-
const filterSensitiveLog: (obj: ListChannelsResponse) => any;
|
|
866
|
-
}
|
|
867
|
-
export interface ListPlaybackKeyPairsRequest {
|
|
868
|
-
/**
|
|
869
|
-
* <p>Maximum number of key pairs to return.</p>
|
|
870
|
-
*/
|
|
871
|
-
nextToken?: string;
|
|
872
|
-
/**
|
|
873
|
-
* <p>The first key pair to retrieve. This is used for pagination; see the
|
|
874
|
-
* <code>nextToken</code> response field. Default: 50.</p>
|
|
875
|
-
*/
|
|
876
|
-
maxResults?: number;
|
|
877
|
-
}
|
|
878
|
-
export declare namespace ListPlaybackKeyPairsRequest {
|
|
879
|
-
/**
|
|
880
|
-
* @internal
|
|
881
|
-
*/
|
|
882
|
-
const filterSensitiveLog: (obj: ListPlaybackKeyPairsRequest) => any;
|
|
883
|
-
}
|
|
884
|
-
/**
|
|
885
|
-
* <p>Summary information about a playback key pair.</p>
|
|
886
|
-
*/
|
|
887
|
-
export interface PlaybackKeyPairSummary {
|
|
888
|
-
/**
|
|
889
|
-
* <p>Key-pair ARN.</p>
|
|
890
|
-
*/
|
|
891
|
-
arn?: string;
|
|
892
|
-
/**
|
|
893
|
-
* <p>An arbitrary string (a nickname) assigned to a playback key pair that helps the customer
|
|
894
|
-
* identify that resource. The value does not need to be unique.</p>
|
|
895
|
-
*/
|
|
896
|
-
name?: string;
|
|
897
|
-
/**
|
|
898
|
-
* <p>Array of 1-50 maps, each of the form <code>string:string (key:value)</code>.</p>
|
|
899
|
-
*/
|
|
900
|
-
tags?: {
|
|
901
|
-
[key: string]: string;
|
|
902
|
-
};
|
|
903
|
-
}
|
|
904
|
-
export declare namespace PlaybackKeyPairSummary {
|
|
905
|
-
/**
|
|
906
|
-
* @internal
|
|
907
|
-
*/
|
|
908
|
-
const filterSensitiveLog: (obj: PlaybackKeyPairSummary) => any;
|
|
909
|
-
}
|
|
910
|
-
export interface ListPlaybackKeyPairsResponse {
|
|
911
|
-
/**
|
|
912
|
-
* <p>List of key pairs.</p>
|
|
913
|
-
*/
|
|
914
|
-
keyPairs: PlaybackKeyPairSummary[] | undefined;
|
|
915
|
-
/**
|
|
916
|
-
* <p>If there are more key pairs than <code>maxResults</code>, use <code>nextToken</code> in
|
|
917
|
-
* the request to get the next set.</p>
|
|
918
|
-
*/
|
|
919
|
-
nextToken?: string;
|
|
920
|
-
}
|
|
921
|
-
export declare namespace ListPlaybackKeyPairsResponse {
|
|
922
|
-
/**
|
|
923
|
-
* @internal
|
|
924
|
-
*/
|
|
925
|
-
const filterSensitiveLog: (obj: ListPlaybackKeyPairsResponse) => any;
|
|
926
|
-
}
|
|
927
|
-
export interface ListRecordingConfigurationsRequest {
|
|
928
|
-
/**
|
|
929
|
-
* <p>The first recording configuration to retrieve. This is used for pagination; see the
|
|
930
|
-
* <code>nextToken</code> response field.</p>
|
|
931
|
-
*/
|
|
932
|
-
nextToken?: string;
|
|
933
|
-
/**
|
|
934
|
-
* <p>Maximum number of recording configurations to return. Default: 50. </p>
|
|
935
|
-
*/
|
|
936
|
-
maxResults?: number;
|
|
937
|
-
}
|
|
938
|
-
export declare namespace ListRecordingConfigurationsRequest {
|
|
939
|
-
/**
|
|
940
|
-
* @internal
|
|
941
|
-
*/
|
|
942
|
-
const filterSensitiveLog: (obj: ListRecordingConfigurationsRequest) => any;
|
|
943
|
-
}
|
|
944
|
-
/**
|
|
945
|
-
* <p>Summary information about a RecordingConfiguration.</p>
|
|
946
|
-
*/
|
|
947
|
-
export interface RecordingConfigurationSummary {
|
|
948
|
-
/**
|
|
949
|
-
* <p>Recording-configuration ARN.</p>
|
|
950
|
-
*/
|
|
951
|
-
arn: string | undefined;
|
|
952
|
-
/**
|
|
953
|
-
* <p>An arbitrary string (a nickname) assigned to a recording configuration that helps the
|
|
954
|
-
* customer identify that resource. The value does not need to be unique.</p>
|
|
955
|
-
*/
|
|
956
|
-
name?: string;
|
|
957
|
-
/**
|
|
958
|
-
* <p>A complex type that contains information about where recorded video will be stored.</p>
|
|
959
|
-
*/
|
|
960
|
-
destinationConfiguration: DestinationConfiguration | undefined;
|
|
961
|
-
/**
|
|
962
|
-
* <p>Indicates the current state of the recording configuration. When the state is
|
|
963
|
-
* <code>ACTIVE</code>, the configuration is ready for recording a channel stream.</p>
|
|
964
|
-
*/
|
|
965
|
-
state: RecordingConfigurationState | string | undefined;
|
|
966
|
-
/**
|
|
967
|
-
* <p>Array of 1-50 maps, each of the form <code>string:string (key:value)</code>.</p>
|
|
968
|
-
*/
|
|
969
|
-
tags?: {
|
|
970
|
-
[key: string]: string;
|
|
971
|
-
};
|
|
972
|
-
}
|
|
973
|
-
export declare namespace RecordingConfigurationSummary {
|
|
974
|
-
/**
|
|
975
|
-
* @internal
|
|
976
|
-
*/
|
|
977
|
-
const filterSensitiveLog: (obj: RecordingConfigurationSummary) => any;
|
|
978
|
-
}
|
|
979
|
-
export interface ListRecordingConfigurationsResponse {
|
|
980
|
-
/**
|
|
981
|
-
* <p>List of the matching recording configurations.</p>
|
|
982
|
-
*/
|
|
983
|
-
recordingConfigurations: RecordingConfigurationSummary[] | undefined;
|
|
984
|
-
/**
|
|
985
|
-
* <p>If there are more recording configurations than <code>maxResults</code>, use
|
|
986
|
-
* <code>nextToken</code> in the request to get the next set.</p>
|
|
987
|
-
*/
|
|
988
|
-
nextToken?: string;
|
|
989
|
-
}
|
|
990
|
-
export declare namespace ListRecordingConfigurationsResponse {
|
|
991
|
-
/**
|
|
992
|
-
* @internal
|
|
993
|
-
*/
|
|
994
|
-
const filterSensitiveLog: (obj: ListRecordingConfigurationsResponse) => any;
|
|
995
|
-
}
|
|
996
|
-
export interface ListStreamKeysRequest {
|
|
997
|
-
/**
|
|
998
|
-
* <p>Channel ARN used to filter the list.</p>
|
|
999
|
-
*/
|
|
1000
|
-
channelArn: string | undefined;
|
|
1001
|
-
/**
|
|
1002
|
-
* <p>The first stream key to retrieve. This is used for pagination; see the
|
|
1003
|
-
* <code>nextToken</code> response field.</p>
|
|
1004
|
-
*/
|
|
1005
|
-
nextToken?: string;
|
|
1006
|
-
/**
|
|
1007
|
-
* <p>Maximum number of streamKeys to return. Default: 50.</p>
|
|
1008
|
-
*/
|
|
1009
|
-
maxResults?: number;
|
|
1010
|
-
}
|
|
1011
|
-
export declare namespace ListStreamKeysRequest {
|
|
1012
|
-
/**
|
|
1013
|
-
* @internal
|
|
1014
|
-
*/
|
|
1015
|
-
const filterSensitiveLog: (obj: ListStreamKeysRequest) => any;
|
|
1016
|
-
}
|
|
1017
|
-
/**
|
|
1018
|
-
* <p>Summary information about a stream key.</p>
|
|
1019
|
-
*/
|
|
1020
|
-
export interface StreamKeySummary {
|
|
1021
|
-
/**
|
|
1022
|
-
* <p>Stream-key ARN.</p>
|
|
1023
|
-
*/
|
|
1024
|
-
arn?: string;
|
|
1025
|
-
/**
|
|
1026
|
-
* <p>Channel ARN for the stream.</p>
|
|
1027
|
-
*/
|
|
1028
|
-
channelArn?: string;
|
|
1029
|
-
/**
|
|
1030
|
-
* <p>Array of 1-50 maps, each of the form <code>string:string (key:value)</code>.</p>
|
|
1031
|
-
*/
|
|
1032
|
-
tags?: {
|
|
1033
|
-
[key: string]: string;
|
|
1034
|
-
};
|
|
1035
|
-
}
|
|
1036
|
-
export declare namespace StreamKeySummary {
|
|
1037
|
-
/**
|
|
1038
|
-
* @internal
|
|
1039
|
-
*/
|
|
1040
|
-
const filterSensitiveLog: (obj: StreamKeySummary) => any;
|
|
1041
|
-
}
|
|
1042
|
-
export interface ListStreamKeysResponse {
|
|
1043
|
-
/**
|
|
1044
|
-
* <p>List of stream keys.</p>
|
|
1045
|
-
*/
|
|
1046
|
-
streamKeys: StreamKeySummary[] | undefined;
|
|
1047
|
-
/**
|
|
1048
|
-
* <p>If there are more stream keys than <code>maxResults</code>, use <code>nextToken</code> in
|
|
1049
|
-
* the request to get the next set.</p>
|
|
1050
|
-
*/
|
|
1051
|
-
nextToken?: string;
|
|
1052
|
-
}
|
|
1053
|
-
export declare namespace ListStreamKeysResponse {
|
|
1054
|
-
/**
|
|
1055
|
-
* @internal
|
|
1056
|
-
*/
|
|
1057
|
-
const filterSensitiveLog: (obj: ListStreamKeysResponse) => any;
|
|
1058
|
-
}
|
|
1059
|
-
export interface ListStreamsRequest {
|
|
1060
|
-
/**
|
|
1061
|
-
* <p>The first stream to retrieve. This is used for pagination; see the <code>nextToken</code>
|
|
1062
|
-
* response field.</p>
|
|
1063
|
-
*/
|
|
1064
|
-
nextToken?: string;
|
|
1065
|
-
/**
|
|
1066
|
-
* <p>Maximum number of streams to return. Default: 50.</p>
|
|
1067
|
-
*/
|
|
1068
|
-
maxResults?: number;
|
|
1069
|
-
}
|
|
1070
|
-
export declare namespace ListStreamsRequest {
|
|
1071
|
-
/**
|
|
1072
|
-
* @internal
|
|
1073
|
-
*/
|
|
1074
|
-
const filterSensitiveLog: (obj: ListStreamsRequest) => any;
|
|
1075
|
-
}
|
|
1076
|
-
/**
|
|
1077
|
-
* <p>Summary information about a stream.</p>
|
|
1078
|
-
*/
|
|
1079
|
-
export interface StreamSummary {
|
|
1080
|
-
/**
|
|
1081
|
-
* <p>Channel ARN for the stream.</p>
|
|
1082
|
-
*/
|
|
1083
|
-
channelArn?: string;
|
|
1084
|
-
/**
|
|
1085
|
-
* <p>The stream’s state.</p>
|
|
1086
|
-
*/
|
|
1087
|
-
state?: StreamState | string;
|
|
1088
|
-
/**
|
|
1089
|
-
* <p>The stream’s health.</p>
|
|
1090
|
-
*/
|
|
1091
|
-
health?: StreamHealth | string;
|
|
1092
|
-
/**
|
|
1093
|
-
* <p>Number of current viewers of the stream. A value of -1 indicates that the request timed
|
|
1094
|
-
* out; in this case, retry.</p>
|
|
1095
|
-
*/
|
|
1096
|
-
viewerCount?: number;
|
|
1097
|
-
/**
|
|
1098
|
-
* <p>ISO-8601 formatted timestamp of the stream’s start.</p>
|
|
1099
|
-
*/
|
|
1100
|
-
startTime?: Date;
|
|
1101
|
-
}
|
|
1102
|
-
export declare namespace StreamSummary {
|
|
1103
|
-
/**
|
|
1104
|
-
* @internal
|
|
1105
|
-
*/
|
|
1106
|
-
const filterSensitiveLog: (obj: StreamSummary) => any;
|
|
1107
|
-
}
|
|
1108
|
-
export interface ListStreamsResponse {
|
|
1109
|
-
/**
|
|
1110
|
-
* <p>List of streams.</p>
|
|
1111
|
-
*/
|
|
1112
|
-
streams: StreamSummary[] | undefined;
|
|
1113
|
-
/**
|
|
1114
|
-
* <p>If there are more streams than <code>maxResults</code>, use <code>nextToken</code> in the
|
|
1115
|
-
* request to get the next set.</p>
|
|
1116
|
-
*/
|
|
1117
|
-
nextToken?: string;
|
|
1118
|
-
}
|
|
1119
|
-
export declare namespace ListStreamsResponse {
|
|
1120
|
-
/**
|
|
1121
|
-
* @internal
|
|
1122
|
-
*/
|
|
1123
|
-
const filterSensitiveLog: (obj: ListStreamsResponse) => any;
|
|
1124
|
-
}
|
|
1125
|
-
export interface ListTagsForResourceRequest {
|
|
1126
|
-
/**
|
|
1127
|
-
* <p>The ARN of the resource to be retrieved.</p>
|
|
1128
|
-
*/
|
|
1129
|
-
resourceArn: string | undefined;
|
|
1130
|
-
/**
|
|
1131
|
-
* <p>The first tag to retrieve. This is used for pagination; see the <code>nextToken</code>
|
|
1132
|
-
* response field.</p>
|
|
1133
|
-
*/
|
|
1134
|
-
nextToken?: string;
|
|
1135
|
-
/**
|
|
1136
|
-
* <p>Maximum number of tags to return. Default: 50.</p>
|
|
1137
|
-
*/
|
|
1138
|
-
maxResults?: number;
|
|
1139
|
-
}
|
|
1140
|
-
export declare namespace ListTagsForResourceRequest {
|
|
1141
|
-
/**
|
|
1142
|
-
* @internal
|
|
1143
|
-
*/
|
|
1144
|
-
const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
1145
|
-
}
|
|
1146
|
-
export interface ListTagsForResourceResponse {
|
|
1147
|
-
tags: {
|
|
1148
|
-
[key: string]: string;
|
|
1149
|
-
} | undefined;
|
|
1150
|
-
/**
|
|
1151
|
-
* <p>If there are more tags than <code>maxResults</code>, use <code>nextToken</code> in the
|
|
1152
|
-
* request to get the next set.</p>
|
|
1153
|
-
*/
|
|
1154
|
-
nextToken?: string;
|
|
1155
|
-
}
|
|
1156
|
-
export declare namespace ListTagsForResourceResponse {
|
|
1157
|
-
/**
|
|
1158
|
-
* @internal
|
|
1159
|
-
*/
|
|
1160
|
-
const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
1161
|
-
}
|
|
1162
|
-
export interface PutMetadataRequest {
|
|
1163
|
-
/**
|
|
1164
|
-
* <p>ARN of the channel into which metadata is inserted. This channel must have an active
|
|
1165
|
-
* stream.</p>
|
|
1166
|
-
*/
|
|
1167
|
-
channelArn: string | undefined;
|
|
1168
|
-
/**
|
|
1169
|
-
* <p>Metadata to insert into the stream. Maximum: 1 KB per request.</p>
|
|
1170
|
-
*/
|
|
1171
|
-
metadata: string | undefined;
|
|
1172
|
-
}
|
|
1173
|
-
export declare namespace PutMetadataRequest {
|
|
1174
|
-
/**
|
|
1175
|
-
* @internal
|
|
1176
|
-
*/
|
|
1177
|
-
const filterSensitiveLog: (obj: PutMetadataRequest) => any;
|
|
1178
|
-
}
|
|
1179
|
-
export interface ThrottlingException extends __SmithyException, $MetadataBearer {
|
|
1180
|
-
name: "ThrottlingException";
|
|
1181
|
-
$fault: "client";
|
|
1182
|
-
/**
|
|
1183
|
-
* <p>Request was denied due to request throttling.</p>
|
|
1184
|
-
*/
|
|
1185
|
-
exceptionMessage?: string;
|
|
1186
|
-
}
|
|
1187
|
-
export declare namespace ThrottlingException {
|
|
1188
|
-
/**
|
|
1189
|
-
* @internal
|
|
1190
|
-
*/
|
|
1191
|
-
const filterSensitiveLog: (obj: ThrottlingException) => any;
|
|
1192
|
-
}
|
|
1193
|
-
export interface StopStreamRequest {
|
|
1194
|
-
/**
|
|
1195
|
-
* <p>ARN of the channel for which the stream is to be stopped.</p>
|
|
1196
|
-
*/
|
|
1197
|
-
channelArn: string | undefined;
|
|
1198
|
-
}
|
|
1199
|
-
export declare namespace StopStreamRequest {
|
|
1200
|
-
/**
|
|
1201
|
-
* @internal
|
|
1202
|
-
*/
|
|
1203
|
-
const filterSensitiveLog: (obj: StopStreamRequest) => any;
|
|
1204
|
-
}
|
|
1205
|
-
export interface StopStreamResponse {
|
|
1206
|
-
}
|
|
1207
|
-
export declare namespace StopStreamResponse {
|
|
1208
|
-
/**
|
|
1209
|
-
* @internal
|
|
1210
|
-
*/
|
|
1211
|
-
const filterSensitiveLog: (obj: StopStreamResponse) => any;
|
|
1212
|
-
}
|
|
1213
|
-
export interface StreamUnavailable extends __SmithyException, $MetadataBearer {
|
|
1214
|
-
name: "StreamUnavailable";
|
|
1215
|
-
$fault: "server";
|
|
1216
|
-
/**
|
|
1217
|
-
* <p>The stream is temporarily unavailable.</p>
|
|
1218
|
-
*/
|
|
1219
|
-
exceptionMessage?: string;
|
|
1220
|
-
}
|
|
1221
|
-
export declare namespace StreamUnavailable {
|
|
1222
|
-
/**
|
|
1223
|
-
* @internal
|
|
1224
|
-
*/
|
|
1225
|
-
const filterSensitiveLog: (obj: StreamUnavailable) => any;
|
|
1226
|
-
}
|
|
1227
|
-
export interface TagResourceRequest {
|
|
1228
|
-
/**
|
|
1229
|
-
* <p>ARN of the resource for which tags are to be added or updated.</p>
|
|
1230
|
-
*/
|
|
1231
|
-
resourceArn: string | undefined;
|
|
1232
|
-
/**
|
|
1233
|
-
* <p>Array of tags to be added or updated.</p>
|
|
1234
|
-
*/
|
|
1235
|
-
tags: {
|
|
1236
|
-
[key: string]: string;
|
|
1237
|
-
} | undefined;
|
|
1238
|
-
}
|
|
1239
|
-
export declare namespace TagResourceRequest {
|
|
1240
|
-
/**
|
|
1241
|
-
* @internal
|
|
1242
|
-
*/
|
|
1243
|
-
const filterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
1244
|
-
}
|
|
1245
|
-
export interface TagResourceResponse {
|
|
1246
|
-
}
|
|
1247
|
-
export declare namespace TagResourceResponse {
|
|
1248
|
-
/**
|
|
1249
|
-
* @internal
|
|
1250
|
-
*/
|
|
1251
|
-
const filterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
1252
|
-
}
|
|
1253
|
-
export interface UntagResourceRequest {
|
|
1254
|
-
/**
|
|
1255
|
-
* <p>ARN of the resource for which tags are to be removed.</p>
|
|
1256
|
-
*/
|
|
1257
|
-
resourceArn: string | undefined;
|
|
1258
|
-
/**
|
|
1259
|
-
* <p>Array of tags to be removed.</p>
|
|
1260
|
-
*/
|
|
1261
|
-
tagKeys: string[] | undefined;
|
|
1262
|
-
}
|
|
1263
|
-
export declare namespace UntagResourceRequest {
|
|
1264
|
-
/**
|
|
1265
|
-
* @internal
|
|
1266
|
-
*/
|
|
1267
|
-
const filterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
1268
|
-
}
|
|
1269
|
-
export interface UntagResourceResponse {
|
|
1270
|
-
}
|
|
1271
|
-
export declare namespace UntagResourceResponse {
|
|
1272
|
-
/**
|
|
1273
|
-
* @internal
|
|
1274
|
-
*/
|
|
1275
|
-
const filterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
1276
|
-
}
|
|
1277
|
-
export interface UpdateChannelRequest {
|
|
1278
|
-
/**
|
|
1279
|
-
* <p>ARN of the channel to be updated.</p>
|
|
1280
|
-
*/
|
|
1281
|
-
arn: string | undefined;
|
|
1282
|
-
/**
|
|
1283
|
-
* <p>Channel name.</p>
|
|
1284
|
-
*/
|
|
1285
|
-
name?: string;
|
|
1286
|
-
/**
|
|
1287
|
-
* <p>Channel latency mode. Use <code>NORMAL</code> to broadcast and deliver live video up to Full HD. Use
|
|
1288
|
-
* <code>LOW</code> for near-real-time interaction with viewers. (Note: In the Amazon IVS console,
|
|
1289
|
-
* <code>LOW</code> and <code>NORMAL</code> correspond to Ultra-low and Standard,
|
|
1290
|
-
* respectively.)</p>
|
|
1291
|
-
*/
|
|
1292
|
-
latencyMode?: ChannelLatencyMode | string;
|
|
1293
|
-
/**
|
|
1294
|
-
* <p>Channel type, which determines the allowable resolution and bitrate. <i>If you
|
|
1295
|
-
* exceed the allowable resolution or bitrate, the stream probably will disconnect
|
|
1296
|
-
* immediately</i>. Valid values:</p>
|
|
1297
|
-
* <ul>
|
|
1298
|
-
* <li>
|
|
1299
|
-
* <p>
|
|
1300
|
-
* <code>STANDARD</code>: Multiple qualities are generated from the original input, to
|
|
1301
|
-
* automatically give viewers the best experience for their devices and network conditions.
|
|
1302
|
-
* Vertical resolution can be up to 1080 and bitrate can be up to 8.5 Mbps.</p>
|
|
1303
|
-
* </li>
|
|
1304
|
-
* <li>
|
|
1305
|
-
* <p>
|
|
1306
|
-
* <code>BASIC</code>: Amazon IVS delivers the original input to viewers. The viewer’s
|
|
1307
|
-
* video-quality choice is limited to the original input. Vertical resolution can be up to
|
|
1308
|
-
* 480 and bitrate can be up to 1.5 Mbps.</p>
|
|
1309
|
-
* </li>
|
|
1310
|
-
* </ul>
|
|
1311
|
-
*/
|
|
1312
|
-
type?: ChannelType | string;
|
|
1313
|
-
/**
|
|
1314
|
-
* <p>Whether the channel is private (enabled for playback authorization).</p>
|
|
1315
|
-
*/
|
|
1316
|
-
authorized?: boolean;
|
|
1317
|
-
/**
|
|
1318
|
-
* <p>Recording-configuration ARN. If this is set to an empty string, recording is disabled. A
|
|
1319
|
-
* value other than an empty string indicates that recording is enabled</p>
|
|
1320
|
-
*/
|
|
1321
|
-
recordingConfigurationArn?: string;
|
|
1322
|
-
}
|
|
1323
|
-
export declare namespace UpdateChannelRequest {
|
|
1324
|
-
/**
|
|
1325
|
-
* @internal
|
|
1326
|
-
*/
|
|
1327
|
-
const filterSensitiveLog: (obj: UpdateChannelRequest) => any;
|
|
1328
|
-
}
|
|
1329
|
-
export interface UpdateChannelResponse {
|
|
1330
|
-
/**
|
|
1331
|
-
* <p>Object specifying a channel.</p>
|
|
1332
|
-
*/
|
|
1333
|
-
channel?: Channel;
|
|
1334
|
-
}
|
|
1335
|
-
export declare namespace UpdateChannelResponse {
|
|
1336
|
-
/**
|
|
1337
|
-
* @internal
|
|
1338
|
-
*/
|
|
1339
|
-
const filterSensitiveLog: (obj: UpdateChannelResponse) => any;
|
|
1340
|
-
}
|