bitmovin_api_sdk.analytics.outputs.s3_role_based package
Subpackages
Submodules
bitmovin_api_sdk.analytics.outputs.s3_role_based.analytics_s3_role_based_output_list_query_params module
bitmovin_api_sdk.analytics.outputs.s3_role_based.s3_role_based_api module
- class bitmovin_api_sdk.analytics.outputs.s3_role_based.s3_role_based_api.S3RoleBasedApi(**kwargs)[source]
Bases:
BaseApi
- create(analytics_s3_role_based_output: AnalyticsS3RoleBasedOutput, **kwargs: dict) AnalyticsS3RoleBasedOutput [source]
Create S3 Role-based Output
- Parameters
analytics_s3_role_based_output (AnalyticsS3RoleBasedOutput, required) – The S3 Role-based output to be created
- 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[AnalyticsS3RoleBasedOutputListQueryParams] = None, **kwargs: dict) AnalyticsS3RoleBasedOutput [source]
List S3 Role-based Outputs
- Parameters
query_params (AnalyticsS3RoleBasedOutputListQueryParams) – Query parameters
- Returns
List of S3 Role-based Outputs
- Return type