@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,16 +1,10 @@
|
|
|
1
1
|
import { __assign } from "tslib";
|
|
2
2
|
export var AccessDeniedException;
|
|
3
3
|
(function (AccessDeniedException) {
|
|
4
|
-
/**
|
|
5
|
-
* @internal
|
|
6
|
-
*/
|
|
7
4
|
AccessDeniedException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
8
5
|
})(AccessDeniedException || (AccessDeniedException = {}));
|
|
9
6
|
export var BatchGetChannelRequest;
|
|
10
7
|
(function (BatchGetChannelRequest) {
|
|
11
|
-
/**
|
|
12
|
-
* @internal
|
|
13
|
-
*/
|
|
14
8
|
BatchGetChannelRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
15
9
|
})(BatchGetChannelRequest || (BatchGetChannelRequest = {}));
|
|
16
10
|
export var ChannelLatencyMode;
|
|
@@ -25,114 +19,66 @@ export var ChannelType;
|
|
|
25
19
|
})(ChannelType || (ChannelType = {}));
|
|
26
20
|
export var Channel;
|
|
27
21
|
(function (Channel) {
|
|
28
|
-
/**
|
|
29
|
-
* @internal
|
|
30
|
-
*/
|
|
31
22
|
Channel.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
32
23
|
})(Channel || (Channel = {}));
|
|
33
24
|
export var BatchError;
|
|
34
25
|
(function (BatchError) {
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
26
|
BatchError.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
39
27
|
})(BatchError || (BatchError = {}));
|
|
40
28
|
export var BatchGetChannelResponse;
|
|
41
29
|
(function (BatchGetChannelResponse) {
|
|
42
|
-
/**
|
|
43
|
-
* @internal
|
|
44
|
-
*/
|
|
45
30
|
BatchGetChannelResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
46
31
|
})(BatchGetChannelResponse || (BatchGetChannelResponse = {}));
|
|
47
32
|
export var BatchGetStreamKeyRequest;
|
|
48
33
|
(function (BatchGetStreamKeyRequest) {
|
|
49
|
-
/**
|
|
50
|
-
* @internal
|
|
51
|
-
*/
|
|
52
34
|
BatchGetStreamKeyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
53
35
|
})(BatchGetStreamKeyRequest || (BatchGetStreamKeyRequest = {}));
|
|
54
36
|
export var StreamKey;
|
|
55
37
|
(function (StreamKey) {
|
|
56
|
-
/**
|
|
57
|
-
* @internal
|
|
58
|
-
*/
|
|
59
38
|
StreamKey.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
60
39
|
})(StreamKey || (StreamKey = {}));
|
|
61
40
|
export var BatchGetStreamKeyResponse;
|
|
62
41
|
(function (BatchGetStreamKeyResponse) {
|
|
63
|
-
/**
|
|
64
|
-
* @internal
|
|
65
|
-
*/
|
|
66
42
|
BatchGetStreamKeyResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
67
43
|
})(BatchGetStreamKeyResponse || (BatchGetStreamKeyResponse = {}));
|
|
68
44
|
export var CreateChannelRequest;
|
|
69
45
|
(function (CreateChannelRequest) {
|
|
70
|
-
/**
|
|
71
|
-
* @internal
|
|
72
|
-
*/
|
|
73
46
|
CreateChannelRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
74
47
|
})(CreateChannelRequest || (CreateChannelRequest = {}));
|
|
75
48
|
export var CreateChannelResponse;
|
|
76
49
|
(function (CreateChannelResponse) {
|
|
77
|
-
/**
|
|
78
|
-
* @internal
|
|
79
|
-
*/
|
|
80
50
|
CreateChannelResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
81
51
|
})(CreateChannelResponse || (CreateChannelResponse = {}));
|
|
82
52
|
export var PendingVerification;
|
|
83
53
|
(function (PendingVerification) {
|
|
84
|
-
/**
|
|
85
|
-
* @internal
|
|
86
|
-
*/
|
|
87
54
|
PendingVerification.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
88
55
|
})(PendingVerification || (PendingVerification = {}));
|
|
89
56
|
export var ResourceNotFoundException;
|
|
90
57
|
(function (ResourceNotFoundException) {
|
|
91
|
-
/**
|
|
92
|
-
* @internal
|
|
93
|
-
*/
|
|
94
58
|
ResourceNotFoundException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
95
59
|
})(ResourceNotFoundException || (ResourceNotFoundException = {}));
|
|
96
60
|
export var ServiceQuotaExceededException;
|
|
97
61
|
(function (ServiceQuotaExceededException) {
|
|
98
|
-
/**
|
|
99
|
-
* @internal
|
|
100
|
-
*/
|
|
101
62
|
ServiceQuotaExceededException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
102
63
|
})(ServiceQuotaExceededException || (ServiceQuotaExceededException = {}));
|
|
103
64
|
export var ValidationException;
|
|
104
65
|
(function (ValidationException) {
|
|
105
|
-
/**
|
|
106
|
-
* @internal
|
|
107
|
-
*/
|
|
108
66
|
ValidationException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
109
67
|
})(ValidationException || (ValidationException = {}));
|
|
110
68
|
export var ConflictException;
|
|
111
69
|
(function (ConflictException) {
|
|
112
|
-
/**
|
|
113
|
-
* @internal
|
|
114
|
-
*/
|
|
115
70
|
ConflictException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
116
71
|
})(ConflictException || (ConflictException = {}));
|
|
117
72
|
export var S3DestinationConfiguration;
|
|
118
73
|
(function (S3DestinationConfiguration) {
|
|
119
|
-
/**
|
|
120
|
-
* @internal
|
|
121
|
-
*/
|
|
122
74
|
S3DestinationConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
123
75
|
})(S3DestinationConfiguration || (S3DestinationConfiguration = {}));
|
|
124
76
|
export var DestinationConfiguration;
|
|
125
77
|
(function (DestinationConfiguration) {
|
|
126
|
-
/**
|
|
127
|
-
* @internal
|
|
128
|
-
*/
|
|
129
78
|
DestinationConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
130
79
|
})(DestinationConfiguration || (DestinationConfiguration = {}));
|
|
131
80
|
export var CreateRecordingConfigurationRequest;
|
|
132
81
|
(function (CreateRecordingConfigurationRequest) {
|
|
133
|
-
/**
|
|
134
|
-
* @internal
|
|
135
|
-
*/
|
|
136
82
|
CreateRecordingConfigurationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
137
83
|
})(CreateRecordingConfigurationRequest || (CreateRecordingConfigurationRequest = {}));
|
|
138
84
|
export var RecordingConfigurationState;
|
|
@@ -143,135 +89,78 @@ export var RecordingConfigurationState;
|
|
|
143
89
|
})(RecordingConfigurationState || (RecordingConfigurationState = {}));
|
|
144
90
|
export var RecordingConfiguration;
|
|
145
91
|
(function (RecordingConfiguration) {
|
|
146
|
-
/**
|
|
147
|
-
* @internal
|
|
148
|
-
*/
|
|
149
92
|
RecordingConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
150
93
|
})(RecordingConfiguration || (RecordingConfiguration = {}));
|
|
151
94
|
export var CreateRecordingConfigurationResponse;
|
|
152
95
|
(function (CreateRecordingConfigurationResponse) {
|
|
153
|
-
/**
|
|
154
|
-
* @internal
|
|
155
|
-
*/
|
|
156
96
|
CreateRecordingConfigurationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
157
97
|
})(CreateRecordingConfigurationResponse || (CreateRecordingConfigurationResponse = {}));
|
|
158
98
|
export var InternalServerException;
|
|
159
99
|
(function (InternalServerException) {
|
|
160
|
-
/**
|
|
161
|
-
* @internal
|
|
162
|
-
*/
|
|
163
100
|
InternalServerException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
164
101
|
})(InternalServerException || (InternalServerException = {}));
|
|
165
102
|
export var CreateStreamKeyRequest;
|
|
166
103
|
(function (CreateStreamKeyRequest) {
|
|
167
|
-
/**
|
|
168
|
-
* @internal
|
|
169
|
-
*/
|
|
170
104
|
CreateStreamKeyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
171
105
|
})(CreateStreamKeyRequest || (CreateStreamKeyRequest = {}));
|
|
172
106
|
export var CreateStreamKeyResponse;
|
|
173
107
|
(function (CreateStreamKeyResponse) {
|
|
174
|
-
/**
|
|
175
|
-
* @internal
|
|
176
|
-
*/
|
|
177
108
|
CreateStreamKeyResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
178
109
|
})(CreateStreamKeyResponse || (CreateStreamKeyResponse = {}));
|
|
179
110
|
export var DeleteChannelRequest;
|
|
180
111
|
(function (DeleteChannelRequest) {
|
|
181
|
-
/**
|
|
182
|
-
* @internal
|
|
183
|
-
*/
|
|
184
112
|
DeleteChannelRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
185
113
|
})(DeleteChannelRequest || (DeleteChannelRequest = {}));
|
|
186
114
|
export var DeletePlaybackKeyPairRequest;
|
|
187
115
|
(function (DeletePlaybackKeyPairRequest) {
|
|
188
|
-
/**
|
|
189
|
-
* @internal
|
|
190
|
-
*/
|
|
191
116
|
DeletePlaybackKeyPairRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
192
117
|
})(DeletePlaybackKeyPairRequest || (DeletePlaybackKeyPairRequest = {}));
|
|
193
118
|
export var DeletePlaybackKeyPairResponse;
|
|
194
119
|
(function (DeletePlaybackKeyPairResponse) {
|
|
195
|
-
/**
|
|
196
|
-
* @internal
|
|
197
|
-
*/
|
|
198
120
|
DeletePlaybackKeyPairResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
199
121
|
})(DeletePlaybackKeyPairResponse || (DeletePlaybackKeyPairResponse = {}));
|
|
200
122
|
export var DeleteRecordingConfigurationRequest;
|
|
201
123
|
(function (DeleteRecordingConfigurationRequest) {
|
|
202
|
-
/**
|
|
203
|
-
* @internal
|
|
204
|
-
*/
|
|
205
124
|
DeleteRecordingConfigurationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
206
125
|
})(DeleteRecordingConfigurationRequest || (DeleteRecordingConfigurationRequest = {}));
|
|
207
126
|
export var DeleteStreamKeyRequest;
|
|
208
127
|
(function (DeleteStreamKeyRequest) {
|
|
209
|
-
/**
|
|
210
|
-
* @internal
|
|
211
|
-
*/
|
|
212
128
|
DeleteStreamKeyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
213
129
|
})(DeleteStreamKeyRequest || (DeleteStreamKeyRequest = {}));
|
|
214
130
|
export var GetChannelRequest;
|
|
215
131
|
(function (GetChannelRequest) {
|
|
216
|
-
/**
|
|
217
|
-
* @internal
|
|
218
|
-
*/
|
|
219
132
|
GetChannelRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
220
133
|
})(GetChannelRequest || (GetChannelRequest = {}));
|
|
221
134
|
export var GetChannelResponse;
|
|
222
135
|
(function (GetChannelResponse) {
|
|
223
|
-
/**
|
|
224
|
-
* @internal
|
|
225
|
-
*/
|
|
226
136
|
GetChannelResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
227
137
|
})(GetChannelResponse || (GetChannelResponse = {}));
|
|
228
138
|
export var GetPlaybackKeyPairRequest;
|
|
229
139
|
(function (GetPlaybackKeyPairRequest) {
|
|
230
|
-
/**
|
|
231
|
-
* @internal
|
|
232
|
-
*/
|
|
233
140
|
GetPlaybackKeyPairRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
234
141
|
})(GetPlaybackKeyPairRequest || (GetPlaybackKeyPairRequest = {}));
|
|
235
142
|
export var PlaybackKeyPair;
|
|
236
143
|
(function (PlaybackKeyPair) {
|
|
237
|
-
/**
|
|
238
|
-
* @internal
|
|
239
|
-
*/
|
|
240
144
|
PlaybackKeyPair.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
241
145
|
})(PlaybackKeyPair || (PlaybackKeyPair = {}));
|
|
242
146
|
export var GetPlaybackKeyPairResponse;
|
|
243
147
|
(function (GetPlaybackKeyPairResponse) {
|
|
244
|
-
/**
|
|
245
|
-
* @internal
|
|
246
|
-
*/
|
|
247
148
|
GetPlaybackKeyPairResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
248
149
|
})(GetPlaybackKeyPairResponse || (GetPlaybackKeyPairResponse = {}));
|
|
249
150
|
export var GetRecordingConfigurationRequest;
|
|
250
151
|
(function (GetRecordingConfigurationRequest) {
|
|
251
|
-
/**
|
|
252
|
-
* @internal
|
|
253
|
-
*/
|
|
254
152
|
GetRecordingConfigurationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
255
153
|
})(GetRecordingConfigurationRequest || (GetRecordingConfigurationRequest = {}));
|
|
256
154
|
export var GetRecordingConfigurationResponse;
|
|
257
155
|
(function (GetRecordingConfigurationResponse) {
|
|
258
|
-
/**
|
|
259
|
-
* @internal
|
|
260
|
-
*/
|
|
261
156
|
GetRecordingConfigurationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
262
157
|
})(GetRecordingConfigurationResponse || (GetRecordingConfigurationResponse = {}));
|
|
263
158
|
export var ChannelNotBroadcasting;
|
|
264
159
|
(function (ChannelNotBroadcasting) {
|
|
265
|
-
/**
|
|
266
|
-
* @internal
|
|
267
|
-
*/
|
|
268
160
|
ChannelNotBroadcasting.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
269
161
|
})(ChannelNotBroadcasting || (ChannelNotBroadcasting = {}));
|
|
270
162
|
export var GetStreamRequest;
|
|
271
163
|
(function (GetStreamRequest) {
|
|
272
|
-
/**
|
|
273
|
-
* @internal
|
|
274
|
-
*/
|
|
275
164
|
GetStreamRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
276
165
|
})(GetStreamRequest || (GetStreamRequest = {}));
|
|
277
166
|
export var StreamHealth;
|
|
@@ -287,240 +176,137 @@ export var StreamState;
|
|
|
287
176
|
})(StreamState || (StreamState = {}));
|
|
288
177
|
export var _Stream;
|
|
289
178
|
(function (_Stream) {
|
|
290
|
-
/**
|
|
291
|
-
* @internal
|
|
292
|
-
*/
|
|
293
179
|
_Stream.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
294
180
|
})(_Stream || (_Stream = {}));
|
|
295
181
|
export var GetStreamResponse;
|
|
296
182
|
(function (GetStreamResponse) {
|
|
297
|
-
/**
|
|
298
|
-
* @internal
|
|
299
|
-
*/
|
|
300
183
|
GetStreamResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
301
184
|
})(GetStreamResponse || (GetStreamResponse = {}));
|
|
302
185
|
export var GetStreamKeyRequest;
|
|
303
186
|
(function (GetStreamKeyRequest) {
|
|
304
|
-
/**
|
|
305
|
-
* @internal
|
|
306
|
-
*/
|
|
307
187
|
GetStreamKeyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
308
188
|
})(GetStreamKeyRequest || (GetStreamKeyRequest = {}));
|
|
309
189
|
export var GetStreamKeyResponse;
|
|
310
190
|
(function (GetStreamKeyResponse) {
|
|
311
|
-
/**
|
|
312
|
-
* @internal
|
|
313
|
-
*/
|
|
314
191
|
GetStreamKeyResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
315
192
|
})(GetStreamKeyResponse || (GetStreamKeyResponse = {}));
|
|
316
193
|
export var ImportPlaybackKeyPairRequest;
|
|
317
194
|
(function (ImportPlaybackKeyPairRequest) {
|
|
318
|
-
/**
|
|
319
|
-
* @internal
|
|
320
|
-
*/
|
|
321
195
|
ImportPlaybackKeyPairRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
322
196
|
})(ImportPlaybackKeyPairRequest || (ImportPlaybackKeyPairRequest = {}));
|
|
323
197
|
export var ImportPlaybackKeyPairResponse;
|
|
324
198
|
(function (ImportPlaybackKeyPairResponse) {
|
|
325
|
-
/**
|
|
326
|
-
* @internal
|
|
327
|
-
*/
|
|
328
199
|
ImportPlaybackKeyPairResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
329
200
|
})(ImportPlaybackKeyPairResponse || (ImportPlaybackKeyPairResponse = {}));
|
|
330
201
|
export var ListChannelsRequest;
|
|
331
202
|
(function (ListChannelsRequest) {
|
|
332
|
-
/**
|
|
333
|
-
* @internal
|
|
334
|
-
*/
|
|
335
203
|
ListChannelsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
336
204
|
})(ListChannelsRequest || (ListChannelsRequest = {}));
|
|
337
205
|
export var ChannelSummary;
|
|
338
206
|
(function (ChannelSummary) {
|
|
339
|
-
/**
|
|
340
|
-
* @internal
|
|
341
|
-
*/
|
|
342
207
|
ChannelSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
343
208
|
})(ChannelSummary || (ChannelSummary = {}));
|
|
344
209
|
export var ListChannelsResponse;
|
|
345
210
|
(function (ListChannelsResponse) {
|
|
346
|
-
/**
|
|
347
|
-
* @internal
|
|
348
|
-
*/
|
|
349
211
|
ListChannelsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
350
212
|
})(ListChannelsResponse || (ListChannelsResponse = {}));
|
|
351
213
|
export var ListPlaybackKeyPairsRequest;
|
|
352
214
|
(function (ListPlaybackKeyPairsRequest) {
|
|
353
|
-
/**
|
|
354
|
-
* @internal
|
|
355
|
-
*/
|
|
356
215
|
ListPlaybackKeyPairsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
357
216
|
})(ListPlaybackKeyPairsRequest || (ListPlaybackKeyPairsRequest = {}));
|
|
358
217
|
export var PlaybackKeyPairSummary;
|
|
359
218
|
(function (PlaybackKeyPairSummary) {
|
|
360
|
-
/**
|
|
361
|
-
* @internal
|
|
362
|
-
*/
|
|
363
219
|
PlaybackKeyPairSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
364
220
|
})(PlaybackKeyPairSummary || (PlaybackKeyPairSummary = {}));
|
|
365
221
|
export var ListPlaybackKeyPairsResponse;
|
|
366
222
|
(function (ListPlaybackKeyPairsResponse) {
|
|
367
|
-
/**
|
|
368
|
-
* @internal
|
|
369
|
-
*/
|
|
370
223
|
ListPlaybackKeyPairsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
371
224
|
})(ListPlaybackKeyPairsResponse || (ListPlaybackKeyPairsResponse = {}));
|
|
372
225
|
export var ListRecordingConfigurationsRequest;
|
|
373
226
|
(function (ListRecordingConfigurationsRequest) {
|
|
374
|
-
/**
|
|
375
|
-
* @internal
|
|
376
|
-
*/
|
|
377
227
|
ListRecordingConfigurationsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
378
228
|
})(ListRecordingConfigurationsRequest || (ListRecordingConfigurationsRequest = {}));
|
|
379
229
|
export var RecordingConfigurationSummary;
|
|
380
230
|
(function (RecordingConfigurationSummary) {
|
|
381
|
-
/**
|
|
382
|
-
* @internal
|
|
383
|
-
*/
|
|
384
231
|
RecordingConfigurationSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
385
232
|
})(RecordingConfigurationSummary || (RecordingConfigurationSummary = {}));
|
|
386
233
|
export var ListRecordingConfigurationsResponse;
|
|
387
234
|
(function (ListRecordingConfigurationsResponse) {
|
|
388
|
-
/**
|
|
389
|
-
* @internal
|
|
390
|
-
*/
|
|
391
235
|
ListRecordingConfigurationsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
392
236
|
})(ListRecordingConfigurationsResponse || (ListRecordingConfigurationsResponse = {}));
|
|
393
237
|
export var ListStreamKeysRequest;
|
|
394
238
|
(function (ListStreamKeysRequest) {
|
|
395
|
-
/**
|
|
396
|
-
* @internal
|
|
397
|
-
*/
|
|
398
239
|
ListStreamKeysRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
399
240
|
})(ListStreamKeysRequest || (ListStreamKeysRequest = {}));
|
|
400
241
|
export var StreamKeySummary;
|
|
401
242
|
(function (StreamKeySummary) {
|
|
402
|
-
/**
|
|
403
|
-
* @internal
|
|
404
|
-
*/
|
|
405
243
|
StreamKeySummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
406
244
|
})(StreamKeySummary || (StreamKeySummary = {}));
|
|
407
245
|
export var ListStreamKeysResponse;
|
|
408
246
|
(function (ListStreamKeysResponse) {
|
|
409
|
-
/**
|
|
410
|
-
* @internal
|
|
411
|
-
*/
|
|
412
247
|
ListStreamKeysResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
413
248
|
})(ListStreamKeysResponse || (ListStreamKeysResponse = {}));
|
|
414
249
|
export var ListStreamsRequest;
|
|
415
250
|
(function (ListStreamsRequest) {
|
|
416
|
-
/**
|
|
417
|
-
* @internal
|
|
418
|
-
*/
|
|
419
251
|
ListStreamsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
420
252
|
})(ListStreamsRequest || (ListStreamsRequest = {}));
|
|
421
253
|
export var StreamSummary;
|
|
422
254
|
(function (StreamSummary) {
|
|
423
|
-
/**
|
|
424
|
-
* @internal
|
|
425
|
-
*/
|
|
426
255
|
StreamSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
427
256
|
})(StreamSummary || (StreamSummary = {}));
|
|
428
257
|
export var ListStreamsResponse;
|
|
429
258
|
(function (ListStreamsResponse) {
|
|
430
|
-
/**
|
|
431
|
-
* @internal
|
|
432
|
-
*/
|
|
433
259
|
ListStreamsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
434
260
|
})(ListStreamsResponse || (ListStreamsResponse = {}));
|
|
435
261
|
export var ListTagsForResourceRequest;
|
|
436
262
|
(function (ListTagsForResourceRequest) {
|
|
437
|
-
/**
|
|
438
|
-
* @internal
|
|
439
|
-
*/
|
|
440
263
|
ListTagsForResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
441
264
|
})(ListTagsForResourceRequest || (ListTagsForResourceRequest = {}));
|
|
442
265
|
export var ListTagsForResourceResponse;
|
|
443
266
|
(function (ListTagsForResourceResponse) {
|
|
444
|
-
/**
|
|
445
|
-
* @internal
|
|
446
|
-
*/
|
|
447
267
|
ListTagsForResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
448
268
|
})(ListTagsForResourceResponse || (ListTagsForResourceResponse = {}));
|
|
449
269
|
export var PutMetadataRequest;
|
|
450
270
|
(function (PutMetadataRequest) {
|
|
451
|
-
/**
|
|
452
|
-
* @internal
|
|
453
|
-
*/
|
|
454
271
|
PutMetadataRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
455
272
|
})(PutMetadataRequest || (PutMetadataRequest = {}));
|
|
456
273
|
export var ThrottlingException;
|
|
457
274
|
(function (ThrottlingException) {
|
|
458
|
-
/**
|
|
459
|
-
* @internal
|
|
460
|
-
*/
|
|
461
275
|
ThrottlingException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
462
276
|
})(ThrottlingException || (ThrottlingException = {}));
|
|
463
277
|
export var StopStreamRequest;
|
|
464
278
|
(function (StopStreamRequest) {
|
|
465
|
-
/**
|
|
466
|
-
* @internal
|
|
467
|
-
*/
|
|
468
279
|
StopStreamRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
469
280
|
})(StopStreamRequest || (StopStreamRequest = {}));
|
|
470
281
|
export var StopStreamResponse;
|
|
471
282
|
(function (StopStreamResponse) {
|
|
472
|
-
/**
|
|
473
|
-
* @internal
|
|
474
|
-
*/
|
|
475
283
|
StopStreamResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
476
284
|
})(StopStreamResponse || (StopStreamResponse = {}));
|
|
477
285
|
export var StreamUnavailable;
|
|
478
286
|
(function (StreamUnavailable) {
|
|
479
|
-
/**
|
|
480
|
-
* @internal
|
|
481
|
-
*/
|
|
482
287
|
StreamUnavailable.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
483
288
|
})(StreamUnavailable || (StreamUnavailable = {}));
|
|
484
289
|
export var TagResourceRequest;
|
|
485
290
|
(function (TagResourceRequest) {
|
|
486
|
-
/**
|
|
487
|
-
* @internal
|
|
488
|
-
*/
|
|
489
291
|
TagResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
490
292
|
})(TagResourceRequest || (TagResourceRequest = {}));
|
|
491
293
|
export var TagResourceResponse;
|
|
492
294
|
(function (TagResourceResponse) {
|
|
493
|
-
/**
|
|
494
|
-
* @internal
|
|
495
|
-
*/
|
|
496
295
|
TagResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
497
296
|
})(TagResourceResponse || (TagResourceResponse = {}));
|
|
498
297
|
export var UntagResourceRequest;
|
|
499
298
|
(function (UntagResourceRequest) {
|
|
500
|
-
/**
|
|
501
|
-
* @internal
|
|
502
|
-
*/
|
|
503
299
|
UntagResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
504
300
|
})(UntagResourceRequest || (UntagResourceRequest = {}));
|
|
505
301
|
export var UntagResourceResponse;
|
|
506
302
|
(function (UntagResourceResponse) {
|
|
507
|
-
/**
|
|
508
|
-
* @internal
|
|
509
|
-
*/
|
|
510
303
|
UntagResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
511
304
|
})(UntagResourceResponse || (UntagResourceResponse = {}));
|
|
512
305
|
export var UpdateChannelRequest;
|
|
513
306
|
(function (UpdateChannelRequest) {
|
|
514
|
-
/**
|
|
515
|
-
* @internal
|
|
516
|
-
*/
|
|
517
307
|
UpdateChannelRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
518
308
|
})(UpdateChannelRequest || (UpdateChannelRequest = {}));
|
|
519
309
|
export var UpdateChannelResponse;
|
|
520
310
|
(function (UpdateChannelResponse) {
|
|
521
|
-
/**
|
|
522
|
-
* @internal
|
|
523
|
-
*/
|
|
524
311
|
UpdateChannelResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
525
312
|
})(UpdateChannelResponse || (UpdateChannelResponse = {}));
|
|
526
|
-
//# sourceMappingURL=models_0.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -1,10 +1,7 @@
|
|
|
1
1
|
import { __asyncGenerator, __await, __awaiter, __generator, __read, __spreadArray } from "tslib";
|
|
2
|
+
import { ListChannelsCommand, } from "../commands/ListChannelsCommand";
|
|
2
3
|
import { Ivs } from "../Ivs";
|
|
3
4
|
import { IvsClient } from "../IvsClient";
|
|
4
|
-
import { ListChannelsCommand, } from "../commands/ListChannelsCommand";
|
|
5
|
-
/**
|
|
6
|
-
* @private
|
|
7
|
-
*/
|
|
8
5
|
var makePagedClientRequest = function (client, input) {
|
|
9
6
|
var args = [];
|
|
10
7
|
for (var _i = 2; _i < arguments.length; _i++) {
|
|
@@ -13,17 +10,12 @@ var makePagedClientRequest = function (client, input) {
|
|
|
13
10
|
return __awaiter(void 0, void 0, void 0, function () {
|
|
14
11
|
return __generator(this, function (_a) {
|
|
15
12
|
switch (_a.label) {
|
|
16
|
-
case 0: return [4
|
|
17
|
-
case 1:
|
|
18
|
-
// @ts-ignore
|
|
19
|
-
return [2 /*return*/, _a.sent()];
|
|
13
|
+
case 0: return [4, client.send.apply(client, __spreadArray([new ListChannelsCommand(input)], __read(args)))];
|
|
14
|
+
case 1: return [2, _a.sent()];
|
|
20
15
|
}
|
|
21
16
|
});
|
|
22
17
|
});
|
|
23
18
|
};
|
|
24
|
-
/**
|
|
25
|
-
* @private
|
|
26
|
-
*/
|
|
27
19
|
var makePagedRequest = function (client, input) {
|
|
28
20
|
var args = [];
|
|
29
21
|
for (var _i = 2; _i < arguments.length; _i++) {
|
|
@@ -32,10 +24,8 @@ var makePagedRequest = function (client, input) {
|
|
|
32
24
|
return __awaiter(void 0, void 0, void 0, function () {
|
|
33
25
|
return __generator(this, function (_a) {
|
|
34
26
|
switch (_a.label) {
|
|
35
|
-
case 0: return [4
|
|
36
|
-
case 1:
|
|
37
|
-
// @ts-ignore
|
|
38
|
-
return [2 /*return*/, _a.sent()];
|
|
27
|
+
case 0: return [4, client.listChannels.apply(client, __spreadArray([input], __read(args)))];
|
|
28
|
+
case 1: return [2, _a.sent()];
|
|
39
29
|
}
|
|
40
30
|
});
|
|
41
31
|
});
|
|
@@ -54,34 +44,31 @@ export function paginateListChannels(config, input) {
|
|
|
54
44
|
hasNext = true;
|
|
55
45
|
_a.label = 1;
|
|
56
46
|
case 1:
|
|
57
|
-
if (!hasNext) return [3
|
|
47
|
+
if (!hasNext) return [3, 9];
|
|
58
48
|
input.nextToken = token;
|
|
59
49
|
input["maxResults"] = config.pageSize;
|
|
60
|
-
if (!(config.client instanceof Ivs)) return [3
|
|
61
|
-
return [4
|
|
50
|
+
if (!(config.client instanceof Ivs)) return [3, 3];
|
|
51
|
+
return [4, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))];
|
|
62
52
|
case 2:
|
|
63
53
|
page = _a.sent();
|
|
64
|
-
return [3
|
|
54
|
+
return [3, 6];
|
|
65
55
|
case 3:
|
|
66
|
-
if (!(config.client instanceof IvsClient)) return [3
|
|
67
|
-
return [4
|
|
56
|
+
if (!(config.client instanceof IvsClient)) return [3, 5];
|
|
57
|
+
return [4, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))];
|
|
68
58
|
case 4:
|
|
69
59
|
page = _a.sent();
|
|
70
|
-
return [3
|
|
60
|
+
return [3, 6];
|
|
71
61
|
case 5: throw new Error("Invalid client, expected Ivs | IvsClient");
|
|
72
|
-
case 6: return [4
|
|
73
|
-
case 7: return [4
|
|
62
|
+
case 6: return [4, __await(page)];
|
|
63
|
+
case 7: return [4, _a.sent()];
|
|
74
64
|
case 8:
|
|
75
65
|
_a.sent();
|
|
76
66
|
token = page.nextToken;
|
|
77
67
|
hasNext = !!token;
|
|
78
|
-
return [3
|
|
79
|
-
case 9: return [4
|
|
80
|
-
case 10:
|
|
81
|
-
// @ts-ignore
|
|
82
|
-
return [2 /*return*/, _a.sent()];
|
|
68
|
+
return [3, 1];
|
|
69
|
+
case 9: return [4, __await(undefined)];
|
|
70
|
+
case 10: return [2, _a.sent()];
|
|
83
71
|
}
|
|
84
72
|
});
|
|
85
73
|
});
|
|
86
74
|
}
|
|
87
|
-
//# sourceMappingURL=ListChannelsPaginator.js.map
|