aws_encryption_sdk_cli.internal.identifiers

Static identifier values for the AWS Encryption SDK CLI.

Module Attributes

OUTPUT_SUFFIX

Suffix added to output files if specific output filename is not specified.

Classes

OperationResult(value)

Identifies the resulting state of an operation.

aws_encryption_sdk_cli.internal.identifiers.OUTPUT_SUFFIX: Dict[str, str] = {'decrypt': '.decrypted', 'decrypt-unsigned': '.decrypted', 'encrypt': '.encrypted'}

Suffix added to output files if specific output filename is not specified.

class aws_encryption_sdk_cli.internal.identifiers.OperationResult(value)

Bases: Enum

Identifies the resulting state of an operation.

Parameters

needs_cleanup (bool) – If true, the output file needs to be deleted

Prepares new OperationResult.