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, **kwargs)[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, **kwargs)[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, **kwargs)[source]

S3 Input Details

Parameters:

input_id (string_types, required) – Id of the input

Returns:

S3 input

Return type:

S3Input

list(query_params=None, **kwargs)[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=None, limit=None, name=None)[source]

Bases: object

property attribute_map
property openapi_types

Module contents