bitmovin_api_sdk.encoding.outputs.generic_s3 package
Subpackages
Submodules
bitmovin_api_sdk.encoding.outputs.generic_s3.generic_s3_api module
- class bitmovin_api_sdk.encoding.outputs.generic_s3.generic_s3_api.GenericS3Api(**kwargs)[source]
Bases:
BaseApi
- create(generic_s3_output: GenericS3Output, **kwargs: dict) GenericS3Output [source]
Create Generic S3 Output
- Parameters
generic_s3_output (GenericS3Output, required) – The Generic S3 output to be created
- Returns
Generic S3 output
- Return type
- delete(output_id: string_types, **kwargs: dict) GenericS3Output [source]
Delete Generic S3 Output
- Parameters
output_id (string_types, required) – Id of the output
- Returns
Id of the output
- Return type
- get(output_id: string_types, **kwargs: dict) GenericS3Output [source]
Generic S3 Output Details
- Parameters
output_id (string_types, required) – Id of the output
- Returns
Generic S3 output details
- Return type
- list(query_params: Optional[GenericS3OutputListQueryParams] = None, **kwargs: dict) GenericS3Output [source]
List Generic S3 Outputs
- Parameters
query_params (GenericS3OutputListQueryParams) – Query parameters
- Returns
List of Generic S3 outputs
- Return type