type github.com/aws/aws-sdk-go-v2/service/s3.ListPartsAPIClient

4 uses

	github.com/aws/aws-sdk-go-v2/service/s3 (current package)
		api_op_ListParts.go#L305: type ListPartsAPIClient interface {
		api_op_ListParts.go#L309: var _ ListPartsAPIClient = (*Client)(nil)
		api_op_ListParts.go#L324: 	client    ListPartsAPIClient
		api_op_ListParts.go#L331: func NewListPartsPaginator(client ListPartsAPIClient, params *ListPartsInput, optFns ...func(*ListPartsPaginatorOptions)) *ListPartsPaginator {