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
- 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
- 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
- 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