@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,41 +1,15 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { ListPlaybackKeyPairsRequest, ListPlaybackKeyPairsResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_restJson1ListPlaybackKeyPairsCommand, serializeAws_restJson1ListPlaybackKeyPairsCommand, } from "../protocols/Aws_restJson1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* @example
|
|
10
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
11
|
-
* ```javascript
|
|
12
|
-
* import { IvsClient, ListPlaybackKeyPairsCommand } from "@aws-sdk/client-ivs"; // ES Modules import
|
|
13
|
-
* // const { IvsClient, ListPlaybackKeyPairsCommand } = require("@aws-sdk/client-ivs"); // CommonJS import
|
|
14
|
-
* const client = new IvsClient(config);
|
|
15
|
-
* const command = new ListPlaybackKeyPairsCommand(input);
|
|
16
|
-
* const response = await client.send(command);
|
|
17
|
-
* ```
|
|
18
|
-
*
|
|
19
|
-
* @see {@link ListPlaybackKeyPairsCommandInput} for command's `input` shape.
|
|
20
|
-
* @see {@link ListPlaybackKeyPairsCommandOutput} for command's `response` shape.
|
|
21
|
-
* @see {@link IvsClientResolvedConfig | config} for command's `input` shape.
|
|
22
|
-
*
|
|
23
|
-
*/
|
|
24
|
-
var ListPlaybackKeyPairsCommand = /** @class */ (function (_super) {
|
|
4
|
+
import { ListPlaybackKeyPairsRequest, ListPlaybackKeyPairsResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1ListPlaybackKeyPairsCommand, serializeAws_restJson1ListPlaybackKeyPairsCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
var ListPlaybackKeyPairsCommand = (function (_super) {
|
|
25
7
|
__extends(ListPlaybackKeyPairsCommand, _super);
|
|
26
|
-
// Start section: command_properties
|
|
27
|
-
// End section: command_properties
|
|
28
8
|
function ListPlaybackKeyPairsCommand(input) {
|
|
29
|
-
var _this =
|
|
30
|
-
// Start section: command_constructor
|
|
31
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
32
10
|
_this.input = input;
|
|
33
11
|
return _this;
|
|
34
|
-
// End section: command_constructor
|
|
35
12
|
}
|
|
36
|
-
/**
|
|
37
|
-
* @internal
|
|
38
|
-
*/
|
|
39
13
|
ListPlaybackKeyPairsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
40
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
41
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -63,4 +37,3 @@ var ListPlaybackKeyPairsCommand = /** @class */ (function (_super) {
|
|
|
63
37
|
return ListPlaybackKeyPairsCommand;
|
|
64
38
|
}($Command));
|
|
65
39
|
export { ListPlaybackKeyPairsCommand };
|
|
66
|
-
//# sourceMappingURL=ListPlaybackKeyPairsCommand.js.map
|
|
@@ -1,41 +1,15 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { ListRecordingConfigurationsRequest, ListRecordingConfigurationsResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_restJson1ListRecordingConfigurationsCommand, serializeAws_restJson1ListRecordingConfigurationsCommand, } from "../protocols/Aws_restJson1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* @example
|
|
10
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
11
|
-
* ```javascript
|
|
12
|
-
* import { IvsClient, ListRecordingConfigurationsCommand } from "@aws-sdk/client-ivs"; // ES Modules import
|
|
13
|
-
* // const { IvsClient, ListRecordingConfigurationsCommand } = require("@aws-sdk/client-ivs"); // CommonJS import
|
|
14
|
-
* const client = new IvsClient(config);
|
|
15
|
-
* const command = new ListRecordingConfigurationsCommand(input);
|
|
16
|
-
* const response = await client.send(command);
|
|
17
|
-
* ```
|
|
18
|
-
*
|
|
19
|
-
* @see {@link ListRecordingConfigurationsCommandInput} for command's `input` shape.
|
|
20
|
-
* @see {@link ListRecordingConfigurationsCommandOutput} for command's `response` shape.
|
|
21
|
-
* @see {@link IvsClientResolvedConfig | config} for command's `input` shape.
|
|
22
|
-
*
|
|
23
|
-
*/
|
|
24
|
-
var ListRecordingConfigurationsCommand = /** @class */ (function (_super) {
|
|
4
|
+
import { ListRecordingConfigurationsRequest, ListRecordingConfigurationsResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1ListRecordingConfigurationsCommand, serializeAws_restJson1ListRecordingConfigurationsCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
var ListRecordingConfigurationsCommand = (function (_super) {
|
|
25
7
|
__extends(ListRecordingConfigurationsCommand, _super);
|
|
26
|
-
// Start section: command_properties
|
|
27
|
-
// End section: command_properties
|
|
28
8
|
function ListRecordingConfigurationsCommand(input) {
|
|
29
|
-
var _this =
|
|
30
|
-
// Start section: command_constructor
|
|
31
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
32
10
|
_this.input = input;
|
|
33
11
|
return _this;
|
|
34
|
-
// End section: command_constructor
|
|
35
12
|
}
|
|
36
|
-
/**
|
|
37
|
-
* @internal
|
|
38
|
-
*/
|
|
39
13
|
ListRecordingConfigurationsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
40
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
41
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -63,4 +37,3 @@ var ListRecordingConfigurationsCommand = /** @class */ (function (_super) {
|
|
|
63
37
|
return ListRecordingConfigurationsCommand;
|
|
64
38
|
}($Command));
|
|
65
39
|
export { ListRecordingConfigurationsCommand };
|
|
66
|
-
//# sourceMappingURL=ListRecordingConfigurationsCommand.js.map
|
|
@@ -1,40 +1,15 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { ListStreamKeysRequest, ListStreamKeysResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_restJson1ListStreamKeysCommand, serializeAws_restJson1ListStreamKeysCommand, } from "../protocols/Aws_restJson1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
10
|
-
* ```javascript
|
|
11
|
-
* import { IvsClient, ListStreamKeysCommand } from "@aws-sdk/client-ivs"; // ES Modules import
|
|
12
|
-
* // const { IvsClient, ListStreamKeysCommand } = require("@aws-sdk/client-ivs"); // CommonJS import
|
|
13
|
-
* const client = new IvsClient(config);
|
|
14
|
-
* const command = new ListStreamKeysCommand(input);
|
|
15
|
-
* const response = await client.send(command);
|
|
16
|
-
* ```
|
|
17
|
-
*
|
|
18
|
-
* @see {@link ListStreamKeysCommandInput} for command's `input` shape.
|
|
19
|
-
* @see {@link ListStreamKeysCommandOutput} for command's `response` shape.
|
|
20
|
-
* @see {@link IvsClientResolvedConfig | config} for command's `input` shape.
|
|
21
|
-
*
|
|
22
|
-
*/
|
|
23
|
-
var ListStreamKeysCommand = /** @class */ (function (_super) {
|
|
4
|
+
import { ListStreamKeysRequest, ListStreamKeysResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1ListStreamKeysCommand, serializeAws_restJson1ListStreamKeysCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
var ListStreamKeysCommand = (function (_super) {
|
|
24
7
|
__extends(ListStreamKeysCommand, _super);
|
|
25
|
-
// Start section: command_properties
|
|
26
|
-
// End section: command_properties
|
|
27
8
|
function ListStreamKeysCommand(input) {
|
|
28
|
-
var _this =
|
|
29
|
-
// Start section: command_constructor
|
|
30
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
31
10
|
_this.input = input;
|
|
32
11
|
return _this;
|
|
33
|
-
// End section: command_constructor
|
|
34
12
|
}
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
13
|
ListStreamKeysCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
39
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
40
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -62,4 +37,3 @@ var ListStreamKeysCommand = /** @class */ (function (_super) {
|
|
|
62
37
|
return ListStreamKeysCommand;
|
|
63
38
|
}($Command));
|
|
64
39
|
export { ListStreamKeysCommand };
|
|
65
|
-
//# sourceMappingURL=ListStreamKeysCommand.js.map
|
|
@@ -1,41 +1,15 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { ListStreamsRequest, ListStreamsResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_restJson1ListStreamsCommand, serializeAws_restJson1ListStreamsCommand, } from "../protocols/Aws_restJson1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* @example
|
|
10
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
11
|
-
* ```javascript
|
|
12
|
-
* import { IvsClient, ListStreamsCommand } from "@aws-sdk/client-ivs"; // ES Modules import
|
|
13
|
-
* // const { IvsClient, ListStreamsCommand } = require("@aws-sdk/client-ivs"); // CommonJS import
|
|
14
|
-
* const client = new IvsClient(config);
|
|
15
|
-
* const command = new ListStreamsCommand(input);
|
|
16
|
-
* const response = await client.send(command);
|
|
17
|
-
* ```
|
|
18
|
-
*
|
|
19
|
-
* @see {@link ListStreamsCommandInput} for command's `input` shape.
|
|
20
|
-
* @see {@link ListStreamsCommandOutput} for command's `response` shape.
|
|
21
|
-
* @see {@link IvsClientResolvedConfig | config} for command's `input` shape.
|
|
22
|
-
*
|
|
23
|
-
*/
|
|
24
|
-
var ListStreamsCommand = /** @class */ (function (_super) {
|
|
4
|
+
import { ListStreamsRequest, ListStreamsResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1ListStreamsCommand, serializeAws_restJson1ListStreamsCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
var ListStreamsCommand = (function (_super) {
|
|
25
7
|
__extends(ListStreamsCommand, _super);
|
|
26
|
-
// Start section: command_properties
|
|
27
|
-
// End section: command_properties
|
|
28
8
|
function ListStreamsCommand(input) {
|
|
29
|
-
var _this =
|
|
30
|
-
// Start section: command_constructor
|
|
31
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
32
10
|
_this.input = input;
|
|
33
11
|
return _this;
|
|
34
|
-
// End section: command_constructor
|
|
35
12
|
}
|
|
36
|
-
/**
|
|
37
|
-
* @internal
|
|
38
|
-
*/
|
|
39
13
|
ListStreamsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
40
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
41
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -63,4 +37,3 @@ var ListStreamsCommand = /** @class */ (function (_super) {
|
|
|
63
37
|
return ListStreamsCommand;
|
|
64
38
|
}($Command));
|
|
65
39
|
export { ListStreamsCommand };
|
|
66
|
-
//# sourceMappingURL=ListStreamsCommand.js.map
|
|
@@ -1,40 +1,15 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_restJson1ListTagsForResourceCommand, serializeAws_restJson1ListTagsForResourceCommand, } from "../protocols/Aws_restJson1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
10
|
-
* ```javascript
|
|
11
|
-
* import { IvsClient, ListTagsForResourceCommand } from "@aws-sdk/client-ivs"; // ES Modules import
|
|
12
|
-
* // const { IvsClient, ListTagsForResourceCommand } = require("@aws-sdk/client-ivs"); // CommonJS import
|
|
13
|
-
* const client = new IvsClient(config);
|
|
14
|
-
* const command = new ListTagsForResourceCommand(input);
|
|
15
|
-
* const response = await client.send(command);
|
|
16
|
-
* ```
|
|
17
|
-
*
|
|
18
|
-
* @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
|
|
19
|
-
* @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
|
|
20
|
-
* @see {@link IvsClientResolvedConfig | config} for command's `input` shape.
|
|
21
|
-
*
|
|
22
|
-
*/
|
|
23
|
-
var ListTagsForResourceCommand = /** @class */ (function (_super) {
|
|
4
|
+
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1ListTagsForResourceCommand, serializeAws_restJson1ListTagsForResourceCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
var ListTagsForResourceCommand = (function (_super) {
|
|
24
7
|
__extends(ListTagsForResourceCommand, _super);
|
|
25
|
-
// Start section: command_properties
|
|
26
|
-
// End section: command_properties
|
|
27
8
|
function ListTagsForResourceCommand(input) {
|
|
28
|
-
var _this =
|
|
29
|
-
// Start section: command_constructor
|
|
30
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
31
10
|
_this.input = input;
|
|
32
11
|
return _this;
|
|
33
|
-
// End section: command_constructor
|
|
34
12
|
}
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
13
|
ListTagsForResourceCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
39
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
40
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -62,4 +37,3 @@ var ListTagsForResourceCommand = /** @class */ (function (_super) {
|
|
|
62
37
|
return ListTagsForResourceCommand;
|
|
63
38
|
}($Command));
|
|
64
39
|
export { ListTagsForResourceCommand };
|
|
65
|
-
//# sourceMappingURL=ListTagsForResourceCommand.js.map
|
|
@@ -1,46 +1,15 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { PutMetadataRequest } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_restJson1PutMetadataCommand, serializeAws_restJson1PutMetadataCommand, } from "../protocols/Aws_restJson1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* sufficient for your needs, we recommend batching your data into a single PutMetadata call.)
|
|
10
|
-
*
|
|
11
|
-
* Also see <a href="https://docs.aws.amazon.com/ivs/latest/userguide/metadata.html">Embedding Metadata
|
|
12
|
-
*
|
|
13
|
-
* within a Video Stream</a> in the <i>Amazon IVS User Guide</i>.</p>
|
|
14
|
-
* @example
|
|
15
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
16
|
-
* ```javascript
|
|
17
|
-
* import { IvsClient, PutMetadataCommand } from "@aws-sdk/client-ivs"; // ES Modules import
|
|
18
|
-
* // const { IvsClient, PutMetadataCommand } = require("@aws-sdk/client-ivs"); // CommonJS import
|
|
19
|
-
* const client = new IvsClient(config);
|
|
20
|
-
* const command = new PutMetadataCommand(input);
|
|
21
|
-
* const response = await client.send(command);
|
|
22
|
-
* ```
|
|
23
|
-
*
|
|
24
|
-
* @see {@link PutMetadataCommandInput} for command's `input` shape.
|
|
25
|
-
* @see {@link PutMetadataCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link IvsClientResolvedConfig | config} for command's `input` shape.
|
|
27
|
-
*
|
|
28
|
-
*/
|
|
29
|
-
var PutMetadataCommand = /** @class */ (function (_super) {
|
|
4
|
+
import { PutMetadataRequest } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1PutMetadataCommand, serializeAws_restJson1PutMetadataCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
var PutMetadataCommand = (function (_super) {
|
|
30
7
|
__extends(PutMetadataCommand, _super);
|
|
31
|
-
// Start section: command_properties
|
|
32
|
-
// End section: command_properties
|
|
33
8
|
function PutMetadataCommand(input) {
|
|
34
|
-
var _this =
|
|
35
|
-
// Start section: command_constructor
|
|
36
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
37
10
|
_this.input = input;
|
|
38
11
|
return _this;
|
|
39
|
-
// End section: command_constructor
|
|
40
12
|
}
|
|
41
|
-
/**
|
|
42
|
-
* @internal
|
|
43
|
-
*/
|
|
44
13
|
PutMetadataCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
45
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
46
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -68,4 +37,3 @@ var PutMetadataCommand = /** @class */ (function (_super) {
|
|
|
68
37
|
return PutMetadataCommand;
|
|
69
38
|
}($Command));
|
|
70
39
|
export { PutMetadataCommand };
|
|
71
|
-
//# sourceMappingURL=PutMetadataCommand.js.map
|
|
@@ -1,47 +1,15 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { StopStreamRequest, StopStreamResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_restJson1StopStreamCommand, serializeAws_restJson1StopStreamCommand, } from "../protocols/Aws_restJson1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* channel.</p>
|
|
10
|
-
* <note>
|
|
11
|
-
* <p>Many streaming client-software libraries automatically reconnect a dropped RTMPS
|
|
12
|
-
* session, so to stop the stream permanently, you may want to first revoke the
|
|
13
|
-
* <code>streamKey</code> attached to the channel.</p>
|
|
14
|
-
* </note>
|
|
15
|
-
* @example
|
|
16
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
17
|
-
* ```javascript
|
|
18
|
-
* import { IvsClient, StopStreamCommand } from "@aws-sdk/client-ivs"; // ES Modules import
|
|
19
|
-
* // const { IvsClient, StopStreamCommand } = require("@aws-sdk/client-ivs"); // CommonJS import
|
|
20
|
-
* const client = new IvsClient(config);
|
|
21
|
-
* const command = new StopStreamCommand(input);
|
|
22
|
-
* const response = await client.send(command);
|
|
23
|
-
* ```
|
|
24
|
-
*
|
|
25
|
-
* @see {@link StopStreamCommandInput} for command's `input` shape.
|
|
26
|
-
* @see {@link StopStreamCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link IvsClientResolvedConfig | config} for command's `input` shape.
|
|
28
|
-
*
|
|
29
|
-
*/
|
|
30
|
-
var StopStreamCommand = /** @class */ (function (_super) {
|
|
4
|
+
import { StopStreamRequest, StopStreamResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1StopStreamCommand, serializeAws_restJson1StopStreamCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
var StopStreamCommand = (function (_super) {
|
|
31
7
|
__extends(StopStreamCommand, _super);
|
|
32
|
-
// Start section: command_properties
|
|
33
|
-
// End section: command_properties
|
|
34
8
|
function StopStreamCommand(input) {
|
|
35
|
-
var _this =
|
|
36
|
-
// Start section: command_constructor
|
|
37
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
38
10
|
_this.input = input;
|
|
39
11
|
return _this;
|
|
40
|
-
// End section: command_constructor
|
|
41
12
|
}
|
|
42
|
-
/**
|
|
43
|
-
* @internal
|
|
44
|
-
*/
|
|
45
13
|
StopStreamCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
46
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
47
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -69,4 +37,3 @@ var StopStreamCommand = /** @class */ (function (_super) {
|
|
|
69
37
|
return StopStreamCommand;
|
|
70
38
|
}($Command));
|
|
71
39
|
export { StopStreamCommand };
|
|
72
|
-
//# sourceMappingURL=StopStreamCommand.js.map
|
|
@@ -1,40 +1,15 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_restJson1TagResourceCommand, serializeAws_restJson1TagResourceCommand, } from "../protocols/Aws_restJson1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
10
|
-
* ```javascript
|
|
11
|
-
* import { IvsClient, TagResourceCommand } from "@aws-sdk/client-ivs"; // ES Modules import
|
|
12
|
-
* // const { IvsClient, TagResourceCommand } = require("@aws-sdk/client-ivs"); // CommonJS import
|
|
13
|
-
* const client = new IvsClient(config);
|
|
14
|
-
* const command = new TagResourceCommand(input);
|
|
15
|
-
* const response = await client.send(command);
|
|
16
|
-
* ```
|
|
17
|
-
*
|
|
18
|
-
* @see {@link TagResourceCommandInput} for command's `input` shape.
|
|
19
|
-
* @see {@link TagResourceCommandOutput} for command's `response` shape.
|
|
20
|
-
* @see {@link IvsClientResolvedConfig | config} for command's `input` shape.
|
|
21
|
-
*
|
|
22
|
-
*/
|
|
23
|
-
var TagResourceCommand = /** @class */ (function (_super) {
|
|
4
|
+
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1TagResourceCommand, serializeAws_restJson1TagResourceCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
var TagResourceCommand = (function (_super) {
|
|
24
7
|
__extends(TagResourceCommand, _super);
|
|
25
|
-
// Start section: command_properties
|
|
26
|
-
// End section: command_properties
|
|
27
8
|
function TagResourceCommand(input) {
|
|
28
|
-
var _this =
|
|
29
|
-
// Start section: command_constructor
|
|
30
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
31
10
|
_this.input = input;
|
|
32
11
|
return _this;
|
|
33
|
-
// End section: command_constructor
|
|
34
12
|
}
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
13
|
TagResourceCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
39
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
40
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -62,4 +37,3 @@ var TagResourceCommand = /** @class */ (function (_super) {
|
|
|
62
37
|
return TagResourceCommand;
|
|
63
38
|
}($Command));
|
|
64
39
|
export { TagResourceCommand };
|
|
65
|
-
//# sourceMappingURL=TagResourceCommand.js.map
|
|
@@ -1,40 +1,15 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_restJson1UntagResourceCommand, serializeAws_restJson1UntagResourceCommand, } from "../protocols/Aws_restJson1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
10
|
-
* ```javascript
|
|
11
|
-
* import { IvsClient, UntagResourceCommand } from "@aws-sdk/client-ivs"; // ES Modules import
|
|
12
|
-
* // const { IvsClient, UntagResourceCommand } = require("@aws-sdk/client-ivs"); // CommonJS import
|
|
13
|
-
* const client = new IvsClient(config);
|
|
14
|
-
* const command = new UntagResourceCommand(input);
|
|
15
|
-
* const response = await client.send(command);
|
|
16
|
-
* ```
|
|
17
|
-
*
|
|
18
|
-
* @see {@link UntagResourceCommandInput} for command's `input` shape.
|
|
19
|
-
* @see {@link UntagResourceCommandOutput} for command's `response` shape.
|
|
20
|
-
* @see {@link IvsClientResolvedConfig | config} for command's `input` shape.
|
|
21
|
-
*
|
|
22
|
-
*/
|
|
23
|
-
var UntagResourceCommand = /** @class */ (function (_super) {
|
|
4
|
+
import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1UntagResourceCommand, serializeAws_restJson1UntagResourceCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
var UntagResourceCommand = (function (_super) {
|
|
24
7
|
__extends(UntagResourceCommand, _super);
|
|
25
|
-
// Start section: command_properties
|
|
26
|
-
// End section: command_properties
|
|
27
8
|
function UntagResourceCommand(input) {
|
|
28
|
-
var _this =
|
|
29
|
-
// Start section: command_constructor
|
|
30
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
31
10
|
_this.input = input;
|
|
32
11
|
return _this;
|
|
33
|
-
// End section: command_constructor
|
|
34
12
|
}
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
13
|
UntagResourceCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
39
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
40
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -62,4 +37,3 @@ var UntagResourceCommand = /** @class */ (function (_super) {
|
|
|
62
37
|
return UntagResourceCommand;
|
|
63
38
|
}($Command));
|
|
64
39
|
export { UntagResourceCommand };
|
|
65
|
-
//# sourceMappingURL=UntagResourceCommand.js.map
|
|
@@ -1,41 +1,15 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { UpdateChannelRequest, UpdateChannelResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_restJson1UpdateChannelCommand, serializeAws_restJson1UpdateChannelCommand, } from "../protocols/Aws_restJson1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* @example
|
|
10
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
11
|
-
* ```javascript
|
|
12
|
-
* import { IvsClient, UpdateChannelCommand } from "@aws-sdk/client-ivs"; // ES Modules import
|
|
13
|
-
* // const { IvsClient, UpdateChannelCommand } = require("@aws-sdk/client-ivs"); // CommonJS import
|
|
14
|
-
* const client = new IvsClient(config);
|
|
15
|
-
* const command = new UpdateChannelCommand(input);
|
|
16
|
-
* const response = await client.send(command);
|
|
17
|
-
* ```
|
|
18
|
-
*
|
|
19
|
-
* @see {@link UpdateChannelCommandInput} for command's `input` shape.
|
|
20
|
-
* @see {@link UpdateChannelCommandOutput} for command's `response` shape.
|
|
21
|
-
* @see {@link IvsClientResolvedConfig | config} for command's `input` shape.
|
|
22
|
-
*
|
|
23
|
-
*/
|
|
24
|
-
var UpdateChannelCommand = /** @class */ (function (_super) {
|
|
4
|
+
import { UpdateChannelRequest, UpdateChannelResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1UpdateChannelCommand, serializeAws_restJson1UpdateChannelCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
var UpdateChannelCommand = (function (_super) {
|
|
25
7
|
__extends(UpdateChannelCommand, _super);
|
|
26
|
-
// Start section: command_properties
|
|
27
|
-
// End section: command_properties
|
|
28
8
|
function UpdateChannelCommand(input) {
|
|
29
|
-
var _this =
|
|
30
|
-
// Start section: command_constructor
|
|
31
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
32
10
|
_this.input = input;
|
|
33
11
|
return _this;
|
|
34
|
-
// End section: command_constructor
|
|
35
12
|
}
|
|
36
|
-
/**
|
|
37
|
-
* @internal
|
|
38
|
-
*/
|
|
39
13
|
UpdateChannelCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
40
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
41
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -63,4 +37,3 @@ var UpdateChannelCommand = /** @class */ (function (_super) {
|
|
|
63
37
|
return UpdateChannelCommand;
|
|
64
38
|
}($Command));
|
|
65
39
|
export { UpdateChannelCommand };
|
|
66
|
-
//# sourceMappingURL=UpdateChannelCommand.js.map
|
|
@@ -47,7 +47,6 @@ var partitionHash = {
|
|
|
47
47
|
};
|
|
48
48
|
export var defaultRegionInfoProvider = function (region, options) { return __awaiter(void 0, void 0, void 0, function () {
|
|
49
49
|
return __generator(this, function (_a) {
|
|
50
|
-
return [2
|
|
50
|
+
return [2, getRegionInfo(region, __assign(__assign({}, options), { signingService: "ivs", regionHash: regionHash, partitionHash: partitionHash }))];
|
|
51
51
|
});
|
|
52
52
|
}); };
|
|
53
|
-
//# sourceMappingURL=endpoints.js.map
|
|
File without changes
|
|
File without changes
|