Client

Auto-generated documentation for mypy_boto3_builder.parsers.client module.

Boto3 client parser, produces structures.Client.

parse_client

[find in source code]

def parse_client(
    session: Session,
    service_name: ServiceName,
    shape_parser: ShapeParser,
) -> Client:

Parse boto3 client to a structure.

Arguments

  • session - boto3 session.
  • service_name - Target service name.

Returns

Client structure.

See also