greengrasssdk.stream_manager.utilinternal module

Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. SPDX-License-Identifier: Apache-2.0

class greengrasssdk.stream_manager.utilinternal.UtilInternal[source]

Bases: object

static sync(coro, loop: asyncio.events.AbstractEventLoop)[source]
static del_empty_arrays(d)[source]
static serialize_to_json_with_empty_array_as_null(data)[source]
static int_to_bytes(i, length=4)[source]
static int_from_bytes(b)[source]
static encode_frame(frame) → Sequence[bytes][source]
static get_request_id()[source]
static is_invalid(o)[source]
static raise_on_error_response(response)[source]