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

GenericS3Output

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

GenericS3Output

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

GenericS3Output

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

GenericS3Output

bitmovin_api_sdk.encoding.outputs.generic_s3.generic_s3_output_list_query_params module

class bitmovin_api_sdk.encoding.outputs.generic_s3.generic_s3_output_list_query_params.GenericS3OutputListQueryParams(offset: int = None, limit: int = None, name: string_types = None)[source]

Bases: object

property attribute_map
property openapi_types

Module contents