bitmovin_api_sdk.encoding.inputs.s3 package
Subpackages
Submodules
bitmovin_api_sdk.encoding.inputs.s3.s3_api module
- class bitmovin_api_sdk.encoding.inputs.s3.s3_api.S3Api(**kwargs)[source]
Bases:
BaseApi
- delete(input_id: string_types, **kwargs: dict) BitmovinResponse [source]
Delete S3 Input
- Parameters
input_id (string_types, required) – Id of the input
- Returns
Id of the deleted input
- Return type
- get(input_id: string_types, **kwargs: dict) S3Input [source]
S3 Input Details
- Parameters
input_id (string_types, required) – Id of the input
- Returns
S3 input
- Return type
- list(query_params: Optional[S3InputListQueryParams] = None, **kwargs: dict) S3Input [source]
List S3 Inputs
- Parameters
query_params (S3InputListQueryParams) – Query parameters
- Returns
List of S3 inputs
- Return type