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

create(s3_input: S3Input, **kwargs: dict) S3Input[source]

Create S3 Input

Parameters

s3_input (S3Input, required) – The S3 input to be created The following permissions are required for S3 input: * s3:GetObject * s3:GetBucketLocation,

Returns

S3 input

Return type

S3Input

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

BitmovinResponse

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

S3Input

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

S3Input

bitmovin_api_sdk.encoding.inputs.s3.s3_input_list_query_params module

class bitmovin_api_sdk.encoding.inputs.s3.s3_input_list_query_params.S3InputListQueryParams(offset: int = None, limit: int = None, name: string_types = None)[source]

Bases: object

property attribute_map
property openapi_types

Module contents