bitmovin_api_sdk.encoding.outputs.s3_role_based package
Subpackages
Submodules
bitmovin_api_sdk.encoding.outputs.s3_role_based.s3_role_based_api module
- class bitmovin_api_sdk.encoding.outputs.s3_role_based.s3_role_based_api.S3RoleBasedApi(**kwargs)[source]
Bases:
BaseApi
- create(s3_role_based_output: S3RoleBasedOutput, **kwargs: dict) S3RoleBasedOutput [source]
Create S3 Role-based Output
- Parameters
s3_role_based_output (S3RoleBasedOutput, required) – The S3 Role-based output to be created The following permissions are required for S3 Role-based output: * s3:PutObject * s3:PutObjectAcl * s3:ListBucket * s3:GetBucketLocation
- Returns
S3 Role-based Output
- Return type
- delete(output_id: string_types, **kwargs: dict) S3RoleBasedOutput [source]
Delete S3 Role-based Output
- Parameters
output_id (string_types, required) – Id of the output
- Returns
Id of the input
- Return type
- get(output_id: string_types, **kwargs: dict) S3RoleBasedOutput [source]
S3 Role-based Output Details
- Parameters
output_id (string_types, required) – Id of the input
- Returns
S3 Role-based Output
- Return type
- list(query_params: Optional[S3RoleBasedOutputListQueryParams] = None, **kwargs: dict) S3RoleBasedOutput [source]
List S3 Role-based Outputs
- Parameters
query_params (S3RoleBasedOutputListQueryParams) – Query parameters
- Returns
List of S3 Role-based Outputs
- Return type