bitmovin_api_sdk.encoding.inputs.s3_role_based package

Subpackages

Submodules

bitmovin_api_sdk.encoding.inputs.s3_role_based.s3_role_based_api module

class bitmovin_api_sdk.encoding.inputs.s3_role_based.s3_role_based_api.S3RoleBasedApi(**kwargs)[source]

Bases: BaseApi

create(s3_role_based_input: S3RoleBasedInput, **kwargs: dict) S3RoleBasedInput[source]

Create S3 Role-based Input

Parameters

s3_role_based_input (S3RoleBasedInput, required) – The S3 Role-based input to be created The following permissions are required for S3 Role-based input: * s3:GetObject * s3:GetBucketLocation,

Returns

S3 Role-based Input

Return type

S3RoleBasedInput

delete(input_id: string_types, **kwargs: dict) S3RoleBasedInput[source]

Delete S3 Role-based Input

Parameters

input_id (string_types, required) – Id of the input

Returns

Id of the input

Return type

S3RoleBasedInput

get(input_id: string_types, **kwargs: dict) S3RoleBasedInput[source]

S3 Role-based Input Details

Parameters

input_id (string_types, required) – Id of the input

Returns

S3 Role-based Input

Return type

S3RoleBasedInput

list(query_params: Optional[S3RoleBasedInputListQueryParams] = None, **kwargs: dict) S3RoleBasedInput[source]

List S3 Role-based Inputs

Parameters

query_params (S3RoleBasedInputListQueryParams) – Query parameters

Returns

List of S3 Role-based Inputs

Return type

S3RoleBasedInput

bitmovin_api_sdk.encoding.inputs.s3_role_based.s3_role_based_input_list_query_params module

class bitmovin_api_sdk.encoding.inputs.s3_role_based.s3_role_based_input_list_query_params.S3RoleBasedInputListQueryParams(offset: int = None, limit: int = None, name: string_types = None)[source]

Bases: object

property attribute_map
property openapi_types

Module contents