Skip to content

Argument Alias Map#

Mypy_boto3_builder Index / Mypy Boto3 Builder / Type Maps / Argument Alias Map

Auto-generated documentation for mypy_boto3_builder.type_maps.argument_alias_map module.

get_argument_alias#

Show source in argument_alias_map.py:32

Get argument alias for operation.

Arguments#

  • service_name - Service name
  • operation_name - Resource operation name
  • argument_name - Argument name

Returns#

Argument alias name or None if argument has to be deleted.

Signature#

def get_argument_alias(
    service_name: ServiceName, operation_name: str, argument_name: str
) -> str | None: ...

See also#